system HF staff commited on
Commit
406a48a
1 Parent(s): b396d57

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -49,5 +49,11 @@
49
  "num_hidden_layers": 6,
50
  "output_past": true,
51
  "pad_token_id": 0,
 
 
 
 
 
 
52
  "vocab_size": 320
53
  }
 
49
  "num_hidden_layers": 6,
50
  "output_past": true,
51
  "pad_token_id": 0,
52
+ "task_specific_params": {
53
+ "text-generation": {
54
+ "do_sample": true,
55
+ "max_length": 100
56
+ }
57
+ },
58
  "vocab_size": 320
59
  }