atasoglu commited on
Commit
95f5e8a
1 Parent(s): 995b002

Added generation config

Browse files

Same as [base model](https://huggingface.co/ytu-ce-cosmos/Turkish-Llama-8b-v0.1) but matching lib version in [config](https://huggingface.co/ytu-ce-cosmos/Turkish-Llama-8b-Instruct-v0.1/blob/995b0022faea5be27f433a09e53a3c566d6ea4b3/config.json#L25).

Files changed (1) hide show
  1. generation_config.json +9 -0
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": 128001,
5
+ "max_length": 4096,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.41.2"
9
+ }