shi-zheng-qxhs commited on
Commit
b0be5d1
1 Parent(s): 755faa2

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +5 -3
generation_config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.36.2"
 
 
 
 
6
  }
 
1
  {
 
 
2
  "eos_token_id": 50256,
3
+ "max_new_tokens": 128,
4
+ "pad_token_id": 50256,
5
+ "penalty_alpha": 0.6,
6
+ "top_k": 6,
7
+ "transformers_version": "4.37.2"
8
  }