nicholasKluge commited on
Commit
dfab543
1 Parent(s): d611974

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -5
generation_config.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 2,
5
- "pad_token_id": 1,
6
- "transformers_version": "4.34.1"
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token_id": 50265,
3
+ "do_sample": true,
4
+ "eos_token_id": 50266,
5
+ "max_new_tokens": 512,
6
+ "pad_token_id": 50269,
7
+ "renormalize_logits": true,
8
+ "repetition_penalty": 1.1,
9
+ "temperature": 0.3,
10
+ "top_k": 30,
11
+ "top_p": 0.3,
12
+ "transformers_version": "4.35.2",
13
+ "use_cache": false
14
  }