liwii commited on
Commit
bbd78a7
·
1 Parent(s): 9844078

Update id2label

Browse files
Files changed (1) hide show
  1. config.json +4 -6
config.json CHANGED
@@ -8,12 +8,10 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
- "id2label": [
12
- {
13
- "0": "Not Fluent",
14
- "1": "Fluent"
15
- }
16
- ],
17
  "initializer_range": 0.02,
18
  "label2id": {
19
  "Fluent": 1,
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label":{
12
+ "0": "Not Fluent",
13
+ "1": "Fluent"
14
+ },
 
 
15
  "initializer_range": 0.02,
16
  "label2id": {
17
  "Fluent": 1,