manaestras commited on
Commit
46b3093
·
verified ·
1 Parent(s): bfe1274

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -8
generation_config.json CHANGED
@@ -1,13 +1,10 @@
1
  {
2
- "do_sample": true,
3
- "eos_token_id": [
4
- 127960,
5
- 127967
6
- ],
7
  "pad_token_id": 127961,
8
- "repetition_penalty": 1.05,
9
- "temperature": 0.7,
10
  "top_k": 20,
11
  "top_p": 0.8,
12
- "transformers_version": "4.52.4"
 
 
13
  }
 
1
  {
2
+ "eos_token_id": [127960, 127967],
 
 
 
 
3
  "pad_token_id": 127961,
4
+ "do_sample": true,
 
5
  "top_k": 20,
6
  "top_p": 0.8,
7
+ "repetition_penalty": 1.05,
8
+ "temperature": 0.7,
9
+ "transformers_version": "4.31.0"
10
  }