yemen2016 commited on
Commit
7bbbdc3
1 Parent(s): 76f0eee

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -2
config.json CHANGED
@@ -1,9 +1,18 @@
1
  {
2
- "_name_or_path": "yemen2016/memo_model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
-
 
 
 
 
 
 
 
 
 
7
  "attention_probs_dropout_prob": 0.1,
8
  "classifier_dropout": null,
9
  "directionality": "bidi",
 
1
  {
2
+ "_name_or_path": "MiMe-MeMo/MeMo-BERT-01",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
+ "id2label": {
7
+ "0": "pre-modern",
8
+ "1": "post-modern"
9
+ },
10
+
11
+ "label2id": {
12
+ "post-modern": 1,
13
+ "pre-modern": 0
14
+ },
15
+
16
  "attention_probs_dropout_prob": 0.1,
17
  "classifier_dropout": null,
18
  "directionality": "bidi",