Alex Yang commited on
Commit
fbe0ecc
·
verified ·
1 Parent(s): e5c6322

Upload actor/huggingface/generation_config.json with huggingface_hub

Browse files
actor/huggingface/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "top_k": 20,
10
+ "top_p": 0.95,
11
+ "transformers_version": "4.57.0"
12
+ }