Training in progress, epoch 1
Browse files- config.json +4 -18
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -13,28 +13,14 @@
|
|
| 13 |
"hidden_dropout_prob": 0.1,
|
| 14 |
"hidden_size": 768,
|
| 15 |
"id2label": {
|
| 16 |
-
"0": "
|
| 17 |
-
"1": "
|
| 18 |
-
"2": "B-NORMALIZABLES",
|
| 19 |
-
"3": "B-PROTEINAS",
|
| 20 |
-
"4": "B-UNCLEAR",
|
| 21 |
-
"5": "I-NO_NORMALIZABLES",
|
| 22 |
-
"6": "I-NORMALIZABLES",
|
| 23 |
-
"7": "I-PROTEINAS",
|
| 24 |
-
"8": "I-UNCLEAR"
|
| 25 |
},
|
| 26 |
"initializer_range": 0.02,
|
| 27 |
"intermediate_size": 3072,
|
| 28 |
"label2id": {
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"B-PROTEINAS": 3,
|
| 32 |
-
"B-UNCLEAR": 4,
|
| 33 |
-
"I-NORMALIZABLES": 6,
|
| 34 |
-
"I-NO_NORMALIZABLES": 5,
|
| 35 |
-
"I-PROTEINAS": 7,
|
| 36 |
-
"I-UNCLEAR": 8,
|
| 37 |
-
"O": 0
|
| 38 |
},
|
| 39 |
"layer_norm_eps": 1e-05,
|
| 40 |
"max_position_embeddings": 514,
|
|
|
|
| 13 |
"hidden_dropout_prob": 0.1,
|
| 14 |
"hidden_size": 768,
|
| 15 |
"id2label": {
|
| 16 |
+
"0": "NEGATIVE",
|
| 17 |
+
"1": "POSITIVE"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
},
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
+
"NEGATIVE": 0,
|
| 23 |
+
"POSITIVE": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-05,
|
| 26 |
"max_position_embeddings": 514,
|
pytorch_model.bin
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:9ad2c8bb0643634b74f07df0c09ec7f2f31214c3d0199807390d5318c4bb9c38
|
| 3 |
+
size 498652853
|