edit config.json
Browse files- config.json +1 -7
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "checkpoint-325000",
|
| 3 |
"_num_labels": 3,
|
| 4 |
"activation_dropout": 0.0,
|
| 5 |
"activation_function": "swish",
|
|
@@ -16,7 +15,6 @@
|
|
| 16 |
],
|
| 17 |
"bos_token_id": 0,
|
| 18 |
"classif_dropout": 0.0,
|
| 19 |
-
"classifier_dropout": 0.0,
|
| 20 |
"d_model": 512,
|
| 21 |
"decoder_attention_heads": 8,
|
| 22 |
"decoder_ffn_dim": 2048,
|
|
@@ -29,8 +27,6 @@
|
|
| 29 |
"encoder_layerdrop": 0.0,
|
| 30 |
"encoder_layers": 6,
|
| 31 |
"eos_token_id": 0,
|
| 32 |
-
"forced_eos_token_id": 0,
|
| 33 |
-
"gradient_checkpointing": false,
|
| 34 |
"id2label": {
|
| 35 |
"0": "LABEL_0",
|
| 36 |
"1": "LABEL_1",
|
|
@@ -53,7 +49,5 @@
|
|
| 53 |
"pad_token_id": 63049,
|
| 54 |
"scale_embedding": true,
|
| 55 |
"static_position_embeddings": true,
|
| 56 |
-
"transformers_version": "4.4.0.dev0",
|
| 57 |
-
"use_cache": true,
|
| 58 |
"vocab_size": 63050
|
| 59 |
-
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"_num_labels": 3,
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
|
|
|
| 15 |
],
|
| 16 |
"bos_token_id": 0,
|
| 17 |
"classif_dropout": 0.0,
|
|
|
|
| 18 |
"d_model": 512,
|
| 19 |
"decoder_attention_heads": 8,
|
| 20 |
"decoder_ffn_dim": 2048,
|
|
|
|
| 27 |
"encoder_layerdrop": 0.0,
|
| 28 |
"encoder_layers": 6,
|
| 29 |
"eos_token_id": 0,
|
|
|
|
|
|
|
| 30 |
"id2label": {
|
| 31 |
"0": "LABEL_0",
|
| 32 |
"1": "LABEL_1",
|
|
|
|
| 49 |
"pad_token_id": 63049,
|
| 50 |
"scale_embedding": true,
|
| 51 |
"static_position_embeddings": true,
|
|
|
|
|
|
|
| 52 |
"vocab_size": 63050
|
| 53 |
+
}
|