update config: label counts (+auto_map)
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"attention_probs_dropout_prob": 0.1,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "
|
| 10 |
-
"AutoModel": "
|
| 11 |
},
|
| 12 |
"classifier_dropout": null,
|
| 13 |
"dim": 768,
|
|
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"attention_probs_dropout_prob": 0.1,
|
| 8 |
"auto_map": {
|
| 9 |
+
"AutoConfig": "configuration_distil_greek_news_bert.DistilGreekNewsBertConfig",
|
| 10 |
+
"AutoModel": "modeling_distil_greek_news_bert.DistilGreekNewsBert"
|
| 11 |
},
|
| 12 |
"classifier_dropout": null,
|
| 13 |
"dim": 768,
|