Upload config.json with huggingface_hub
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -4,11 +4,9 @@
|
|
| 4 |
"DistilBertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
-
"bos_token_id": null,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"dtype": "float32",
|
| 11 |
-
"eos_token_id": null,
|
| 12 |
"hidden_dim": 3072,
|
| 13 |
"initializer_range": 0.02,
|
| 14 |
"max_position_embeddings": 512,
|
|
@@ -21,8 +19,7 @@
|
|
| 21 |
"seq_classif_dropout": 0.2,
|
| 22 |
"sinusoidal_pos_embds": false,
|
| 23 |
"tie_weights_": true,
|
| 24 |
-
"
|
| 25 |
-
"transformers_version": "5.0.0",
|
| 26 |
"use_cache": false,
|
| 27 |
"vocab_size": 30522
|
| 28 |
}
|
|
|
|
| 4 |
"DistilBertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
|
|
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"dtype": "float32",
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
"max_position_embeddings": 512,
|
|
|
|
| 19 |
"seq_classif_dropout": 0.2,
|
| 20 |
"sinusoidal_pos_embds": false,
|
| 21 |
"tie_weights_": true,
|
| 22 |
+
"transformers_version": "4.57.6",
|
|
|
|
| 23 |
"use_cache": false,
|
| 24 |
"vocab_size": 30522
|
| 25 |
}
|