liamcripwell commited on
Commit
11f7eca
·
1 Parent(s): 17d1cc6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "layer_norm_epsilon": 1e-06,
18
  "max_length": 128,
19
  "model_type": "t5",
20
- "multilingual": null,
21
  "n_positions": 512,
22
  "num_decoder_layers": 12,
23
  "num_heads": 12,
@@ -25,7 +25,7 @@
25
  "output_past": true,
26
  "pad_token_id": 0,
27
  "relative_attention_num_buckets": 32,
28
- "task": null,
29
  "task_specific_params": {
30
  "summarization": {
31
  "early_stopping": true,
 
17
  "layer_norm_epsilon": 1e-06,
18
  "max_length": 128,
19
  "model_type": "t5",
20
+ "multilingual": false,
21
  "n_positions": 512,
22
  "num_decoder_layers": 12,
23
  "num_heads": 12,
 
25
  "output_past": true,
26
  "pad_token_id": 0,
27
  "relative_attention_num_buckets": 32,
28
+ "task": "rdf2text",
29
  "task_specific_params": {
30
  "summarization": {
31
  "early_stopping": true,