quangtran555 commited on
Commit
8e6b290
·
1 Parent(s): d80b8e8

Fix config.json and add pipeline_tag

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -2,6 +2,8 @@
2
  "architectures": [
3
  "T5ForConditionalGeneration"
4
  ],
 
 
5
  "d_ff": 1024,
6
  "d_kv": 64,
7
  "d_model": 512,
@@ -12,7 +14,6 @@
12
  "initializer_factor": 1.0,
13
  "is_encoder_decoder": true,
14
  "layer_norm_epsilon": 1e-06,
15
- "model_type": "t5",
16
  "n_positions": 512,
17
  "num_decoder_layers": 8,
18
  "num_heads": 6,
 
2
  "architectures": [
3
  "T5ForConditionalGeneration"
4
  ],
5
+ "model_type": "t5",
6
+ "pipeline_tag": "text2text-generation",
7
  "d_ff": 1024,
8
  "d_kv": 64,
9
  "d_model": 512,
 
14
  "initializer_factor": 1.0,
15
  "is_encoder_decoder": true,
16
  "layer_norm_epsilon": 1e-06,
 
17
  "n_positions": 512,
18
  "num_decoder_layers": 8,
19
  "num_heads": 6,