LampOfSocrates commited on
Commit
2b9f571
1 Parent(s): 3798bce

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +4 -4
  2. model.safetensors +1 -1
config.json CHANGED
@@ -12,16 +12,16 @@
12
  "id2label": {
13
  "0": "B-LF",
14
  "1": "B-O",
15
- "2": "B-AC",
16
- "3": "I-LF"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "B-AC": 2,
22
  "B-LF": 0,
23
  "B-O": 1,
24
- "I-LF": 3
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
 
12
  "id2label": {
13
  "0": "B-LF",
14
  "1": "B-O",
15
+ "2": "I-LF",
16
+ "3": "B-AC"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "B-AC": 3,
22
  "B-LF": 0,
23
  "B-O": 1,
24
+ "I-LF": 2
25
  },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c207ac24ab192976b1f6bafe5c9eb19f0998ccb40c626af0edcc1672041101a1
3
  size 430914360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e40bc3ca881be489e66458f36afdc05f17386042ac6713a23ed2862f7c22a6
3
  size 430914360