matthewleechen commited on
Commit
be737b4
1 Parent(s): e756329

Upload RobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +8 -10
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -14,21 +14,19 @@
14
  "0": "O",
15
  "1": "B-PER",
16
  "2": "I-PER",
17
- "3": "B-LOC",
18
- "4": "I-LOC",
19
- "5": "B-ITEM",
20
- "6": "I-ITEM",
21
- "7": "B-NUM"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-ITEM": 5,
27
- "B-LOC": 3,
28
- "B-NUM": 7,
29
  "B-PER": 1,
30
- "I-ITEM": 6,
31
- "I-LOC": 4,
32
  "I-PER": 2,
33
  "O": 0
34
  },
 
14
  "0": "O",
15
  "1": "B-PER",
16
  "2": "I-PER",
17
+ "3": "B-ITEM",
18
+ "4": "I-ITEM",
19
+ "5": "B-LOC",
20
+ "6": "I-LOC"
 
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "B-ITEM": 3,
26
+ "B-LOC": 5,
 
27
  "B-PER": 1,
28
+ "I-ITEM": 4,
29
+ "I-LOC": 6,
30
  "I-PER": 2,
31
  "O": 0
32
  },
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:716a6521335091e625db16009eca97b62535d5afec3bcae7ac07849b8942817a
3
- size 326170857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8577daefc4ee7c58396ee3ff81843ba900e99c49286018688d323d2dd48a1b24
3
+ size 326167785