Training in progress, epoch 1
Browse files- config.json +8 -8
- pytorch_model.bin +1 -1
- runs/Jun24_13-56-10_aorus-server/events.out.tfevents.1656078981.aorus-server.862023.0 +2 -2
- runs/Jun28_14-28-12_aorus-server/1656426503.8975718/events.out.tfevents.1656426503.aorus-server.1126290.1 +3 -0
- runs/Jun28_14-28-12_aorus-server/events.out.tfevents.1656426503.aorus-server.1126290.0 +3 -0
- tokenizer.json +1 -6
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -11,21 +11,21 @@
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "O",
|
| 14 |
-
"1": "B-
|
| 15 |
-
"2": "I-
|
| 16 |
"3": "B-SNP",
|
| 17 |
"4": "I-SNP",
|
| 18 |
-
"5": "B-
|
| 19 |
-
"6": "I-
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
-
"B-DNAMutation": "
|
| 25 |
-
"B-ProteinMutation": "
|
| 26 |
"B-SNP": "3",
|
| 27 |
-
"I-DNAMutation": "
|
| 28 |
-
"I-ProteinMutation": "
|
| 29 |
"I-SNP": "4",
|
| 30 |
"O": "0"
|
| 31 |
},
|
|
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "O",
|
| 14 |
+
"1": "B-DNAMutation",
|
| 15 |
+
"2": "I-DNAMutation",
|
| 16 |
"3": "B-SNP",
|
| 17 |
"4": "I-SNP",
|
| 18 |
+
"5": "B-ProteinMutation",
|
| 19 |
+
"6": "I-ProteinMutation"
|
| 20 |
},
|
| 21 |
"initializer_range": 0.02,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
+
"B-DNAMutation": "1",
|
| 25 |
+
"B-ProteinMutation": "5",
|
| 26 |
"B-SNP": "3",
|
| 27 |
+
"I-DNAMutation": "2",
|
| 28 |
+
"I-ProteinMutation": "6",
|
| 29 |
"I-SNP": "4",
|
| 30 |
"O": "0"
|
| 31 |
},
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 430984561
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ce28fdd08966810e00574e679eec53c950fbfe6d7c632e3093f4e19db546675
|
| 3 |
size 430984561
|
runs/Jun24_13-56-10_aorus-server/events.out.tfevents.1656078981.aorus-server.862023.0
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:f7b5a540bf77f943636b9c57cbd2c8c4ad6e19b1b1a9b2e52e271082c2471442
|
| 3 |
+
size 11073
|
runs/Jun28_14-28-12_aorus-server/1656426503.8975718/events.out.tfevents.1656426503.aorus-server.1126290.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:591f49281b81a505fef5cb2c7bbf4e1148ea8d5498beb54e3671c32624991c6d
|
| 3 |
+
size 4772
|
runs/Jun28_14-28-12_aorus-server/events.out.tfevents.1656426503.aorus-server.1126290.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11c784c22a7c9d13cdc4936ba4dfc502717a99aaa964730df277d6470f9aacec
|
| 3 |
+
size 4470
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b3e3368a4c505d4806246fd760179b069a1a81771b8f47d2cf30278279f3e7e
|
| 3 |
size 3055
|