Upload config.json with huggingface_hub
Browse files- config.json +1 -0
config.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
"architectures": [
|
3 |
"DistilBertForSequenceClassification"
|
4 |
],
|
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"embedding_size": 768,
|
7 |
"hidden_dropout_prob": 0.1,
|
|
|
2 |
"architectures": [
|
3 |
"DistilBertForSequenceClassification"
|
4 |
],
|
5 |
+
"model_type": "distilbert",
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"embedding_size": 768,
|
8 |
"hidden_dropout_prob": 0.1,
|