iblfe commited on
Commit
b5d2d36
1 Parent(s): b27182a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json CHANGED
@@ -29,5 +29,15 @@
29
  "transformers_version": "4.29.2",
30
  "unk_token_id": 0,
31
  "use_cache": true,
 
 
 
 
 
 
 
 
 
 
32
  "vocab_size": 250880
33
  }
 
29
  "transformers_version": "4.29.2",
30
  "unk_token_id": 0,
31
  "use_cache": true,
32
+ "task_specific_params": {
33
+ "text-generation": {
34
+ "do_sample": true,
35
+ "max_length": 50,
36
+ "num_beams": 5,
37
+ "top_p": 0.95,
38
+ "repetition_penalty": 3.0,
39
+ "no_repeat_ngram_size": 3
40
+ }
41
+ },
42
  "vocab_size": 250880
43
  }