thobuiq commited on
Commit
33c229a
1 Parent(s): d70ba2d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "max_new_tokens": 256,
4
+ "pad_token_id": 32000,
5
+ "temperature": 0.2,
6
+ "top_k": 1,
7
+ "transformers_version": "4.37.0"
8
+ }