Commit
·
00c862b
1
Parent(s):
a60d5c1
Delete config.json
Browse files- config.json +0 -14
config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"t5"
|
| 4 |
-
],
|
| 5 |
-
"d_ff": 2048,
|
| 6 |
-
"d_model": 512,
|
| 7 |
-
"dropout_rate": 0.1,
|
| 8 |
-
"eos_token_id": 2,
|
| 9 |
-
"is_encoder_decoder": true,
|
| 10 |
-
"layer_norm_epsilon": 1e-04,
|
| 11 |
-
"model_type": "t5",
|
| 12 |
-
"pad_token_id": 0,
|
| 13 |
-
"vocab_size": 13092
|
| 14 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|