jiangchengchengNLP commited on
Commit
6cb048c
1 Parent(s): 763f36a

Upload generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -9
generation_config.json CHANGED
@@ -1,12 +1,7 @@
1
  {
2
- "bos_token_id": 1,
3
- "do_sample": true,
4
- "eos_token_id": 2,
5
- "max_new_tokens": 2048,
6
  "pad_token_id": 0,
7
- "repetition_penalty": 1.1,
8
- "temperature": 0.3,
9
- "top_k": 5,
10
- "top_p": 0.85,
11
- "transformers_version": "4.42.3"
12
  }
 
1
  {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
 
5
  "pad_token_id": 0,
6
+ "transformers_version": "4.26.1"
 
 
 
 
7
  }