tomaarsen HF staff commited on
Commit
e6e1939
1 Parent(s): 7ebc7a2

Capitalize labels

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -94,8 +94,8 @@
94
  "entity_max_length": 8,
95
  "id2label": {
96
  "0": "O",
97
- "1": "long",
98
- "2": "short"
99
  },
100
  "id2reduced_id": {
101
  "0": 1,
@@ -106,8 +106,8 @@
106
  },
107
  "label2id": {
108
  "O": 0,
109
- "long": 1,
110
- "short": 2
111
  },
112
  "marker_max_length": 128,
113
  "max_next_context": null,
 
94
  "entity_max_length": 8,
95
  "id2label": {
96
  "0": "O",
97
+ "1": "LONG",
98
+ "2": "SHORT"
99
  },
100
  "id2reduced_id": {
101
  "0": 1,
 
106
  },
107
  "label2id": {
108
  "O": 0,
109
+ "LONG": 1,
110
+ "SHORT": 2
111
  },
112
  "marker_max_length": 128,
113
  "max_next_context": null,