haydn-jones commited on
Commit
b7d4b57
·
verified ·
1 Parent(s): 8d95ad4

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +24 -16
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -22,27 +22,35 @@
22
  "hidden_size": 768,
23
  "id2label": {
24
  "0": "O",
25
- "1": "B-PER",
26
- "2": "I-PER",
27
- "3": "B-ORG",
28
- "4": "I-ORG",
29
- "5": "B-LOC",
30
- "6": "I-LOC",
31
- "7": "B-MISC",
32
- "8": "I-MISC"
 
 
 
 
33
  },
34
  "initializer_cutoff_factor": 2.0,
35
  "initializer_range": 0.02,
36
  "intermediate_size": 1152,
37
  "label2id": {
38
- "B-LOC": 5,
39
- "B-MISC": 7,
40
- "B-ORG": 3,
41
- "B-PER": 1,
42
- "I-LOC": 6,
43
- "I-MISC": 8,
44
- "I-ORG": 4,
45
- "I-PER": 2,
 
 
 
 
46
  "O": 0
47
  },
48
  "layer_norm_eps": 1e-05,
 
22
  "hidden_size": 768,
23
  "id2label": {
24
  "0": "O",
25
+ "1": "B-CellLine",
26
+ "2": "I-CellLine",
27
+ "3": "B-Species",
28
+ "4": "I-Species",
29
+ "5": "B-Variant",
30
+ "6": "I-Variant",
31
+ "7": "B-Chemical",
32
+ "8": "I-Chemical",
33
+ "9": "B-Gene",
34
+ "10": "I-Gene",
35
+ "11": "B-Disease",
36
+ "12": "I-Disease"
37
  },
38
  "initializer_cutoff_factor": 2.0,
39
  "initializer_range": 0.02,
40
  "intermediate_size": 1152,
41
  "label2id": {
42
+ "B-CellLine": 1,
43
+ "B-Chemical": 7,
44
+ "B-Disease": 11,
45
+ "B-Gene": 9,
46
+ "B-Species": 3,
47
+ "B-Variant": 5,
48
+ "I-CellLine": 2,
49
+ "I-Chemical": 8,
50
+ "I-Disease": 12,
51
+ "I-Gene": 10,
52
+ "I-Species": 4,
53
+ "I-Variant": 6,
54
  "O": 0
55
  },
56
  "layer_norm_eps": 1e-05,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e118cbfe906eabc536ce540ff8e2941ebb6c978af2c9e458f27ff90da652009f
3
- size 598461316
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627d10d97380f5bd47bc0ad04e61eca899c74168fb80acdc2d2cae0b6cf60308
3
+ size 598473628
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8612dc5db175b0c85ec65a1f4940b79785406073964442173254c68e4292b1da
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf88997f87f68df9b6603b88d6e9c1ceb47df8228096ad2d4edbd0cf51c03d27
3
  size 5304