Training in progress, epoch 1
Browse files- config.json +24 -16
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -22,27 +22,35 @@
|
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
"0": "O",
|
| 25 |
-
"1": "B-
|
| 26 |
-
"2": "I-
|
| 27 |
-
"3": "B-
|
| 28 |
-
"4": "I-
|
| 29 |
-
"5": "B-
|
| 30 |
-
"6": "I-
|
| 31 |
-
"7": "B-
|
| 32 |
-
"8": "I-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
},
|
| 34 |
"initializer_cutoff_factor": 2.0,
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
"intermediate_size": 1152,
|
| 37 |
"label2id": {
|
| 38 |
-
"B-
|
| 39 |
-
"B-
|
| 40 |
-
"B-
|
| 41 |
-
"B-
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"I-
|
| 45 |
-
"I-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf88997f87f68df9b6603b88d6e9c1ceb47df8228096ad2d4edbd0cf51c03d27
|
| 3 |
size 5304
|