Spaces:
Sleeping
Sleeping
Delete config.json
Browse files- config.json +0 -17
config.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": ["T5ForConditionalGeneration"],
|
| 3 |
-
"vocab_size": 32000,
|
| 4 |
-
"hidden_size": 768,
|
| 5 |
-
"num_attention_heads": 12,
|
| 6 |
-
"num_hidden_layers": 12,
|
| 7 |
-
"ffn_size": 3072,
|
| 8 |
-
"max_position_embeddings": 512,
|
| 9 |
-
"initializer_range": 0.02,
|
| 10 |
-
"layer_norm_eps": 1e-6,
|
| 11 |
-
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"attention_probs_dropout_prob": 0.1,
|
| 13 |
-
"use_cache": true,
|
| 14 |
-
"pad_token_id": 1,
|
| 15 |
-
"eos_token_id": 2,
|
| 16 |
-
"bos_token_id": 0
|
| 17 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|