system HF staff commited on
Commit
0702a82
1 Parent(s): 734617b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -53,5 +53,11 @@
53
  "num_hashes": 4,
54
  "output_past": true,
55
  "pad_token_id": 0,
 
 
 
 
 
 
56
  "vocab_size": 258
57
  }
53
  "num_hashes": 4,
54
  "output_past": true,
55
  "pad_token_id": 0,
56
+ "task_specific_params": {
57
+ "text-generation": {
58
+ "do_sample": true,
59
+ "max_length": 100
60
+ }
61
+ },
62
  "vocab_size": 258
63
  }