katrjohn commited on
Commit
2f86a47
·
verified ·
1 Parent(s): f2eaa4c

update config: label counts (+auto_map)

Browse files
Files changed (1) hide show
  1. 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": "configuration_greek_news_bert.DistilGreekNewsBertConfig",
10
- "AutoModel": "modeling_greek_news_bert.DistilGreekNewsBert"
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,