Text Generation
Transformers
Safetensors
GGUF
5 languages
mistral
text-generation-inference
unsloth
trl
chemistry
biology
legal
art
music
finance
code
medical
Not-For-All-Audiences
Merge
climate
chain-of-thought
tree-of-knowledge
forest-of-thoughts
visual-spacial-sketchpad
alpha-mind
knowledge-graph
entity-detection
encyclopedia
wikipedia
stack-exchange
Reddit
Cyber-series
MegaMind
Cybertron
SpydazWeb
Spydaz
LCARS
star-trek
mega-transformers
Mulit-Mega-Merge
Multi-Lingual
Afro-Centric
African-Model
Ancient-One
Inference Endpoints
LeroyDyer commited on
Commit
154881f
1 Parent(s): cfaf9fc

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -1
generation_config.json CHANGED
@@ -2,6 +2,10 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
 
 
 
 
5
  "transformers_version": "4.41.2",
6
- "use_cache": true
7
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "temperature": 0.2,
6
+ "top_p" : 1000,
7
+ "top_k": 0.68,
8
+ "do_sample": true,
9
  "transformers_version": "4.41.2",
10
+ "use_cache": false
11
  }