chence08 commited on
Commit
dccb67e
1 Parent(s): 314ccb1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -26,5 +26,8 @@
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.27.4",
28
  "use_cache": true,
29
- "vocab_size": 250112
 
 
 
30
  }
 
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.27.4",
28
  "use_cache": true,
29
+ "vocab_size": 250112,
30
+ "max_length": 512,
31
+ "num_beams": 10,
32
+ "length_penalty": 1
33
  }