Delete config.json
Browse files- config.json +0 -12
config.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": ["T5ForConditionalGeneration"],
|
| 3 |
-
"model_type": "T5",
|
| 4 |
-
"tokenizer_class": "T5Tokenizer",
|
| 5 |
-
"d_model": 512,
|
| 6 |
-
"num_layers": 6,
|
| 7 |
-
"num_heads": 8,
|
| 8 |
-
"d_ff": 2048,
|
| 9 |
-
"dropout_rate": 0.1,
|
| 10 |
-
"vocab_size": 32128,
|
| 11 |
-
"max_position_embeddings": 512
|
| 12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|