Salvatore commited on
Commit
64d182f
·
1 Parent(s): e7403a0

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -11,21 +11,21 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-ProteinMutation",
15
- "2": "I-ProteinMutation",
16
  "3": "B-SNP",
17
  "4": "I-SNP",
18
- "5": "B-DNAMutation",
19
- "6": "I-DNAMutation"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "B-DNAMutation": "5",
25
- "B-ProteinMutation": "1",
26
  "B-SNP": "3",
27
- "I-DNAMutation": "6",
28
- "I-ProteinMutation": "2",
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:db6f45fde78366ea935557d6426fe34c296d5cd52d8675a46d3c0ed5165be293
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:c0bf74d3d0b5aec51035c71d7d0da025f4dc176bfe6acc1265b87c77e9353d73
3
- size 10077
 
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:57a8bae2eac945354651e32975c05125aef16ff9390734be0108cd83a9e6dd5a
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b3e3368a4c505d4806246fd760179b069a1a81771b8f47d2cf30278279f3e7e
3
  size 3055