yemen2016 commited on
Commit
3783278
1 Parent(s): 50ab030

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -12,18 +12,18 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "Premodern_skæbne",
16
- "1": "Modern_skæbne",
17
- "2": "Figures_of_speech_or_no_conceptual_content",
18
- "3": "Ambiguous_cases"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
- "Premodern_skæbne": 0,
24
- "Modern_skæbne": 1,
25
- "Figures_of_speech_or_no_conceptual_content": 2,
26
- "Ambiguous_cases": 3
27
  },
28
  "layer_norm_eps": 1e-05,
29
  "max_position_embeddings": 514,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "Premodern",
16
+ "1": "Modern",
17
+ "2": "Figures_of_speech",
18
+ "3": "Ambiguous"
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "Premodern": 0,
24
+ "Modern": 1,
25
+ "Figures_of_speech": 2,
26
+ "Ambiguous": 3
27
  },
28
  "layer_norm_eps": 1e-05,
29
  "max_position_embeddings": 514,