mireiaplalis commited on
Commit
c3d8bb3
1 Parent(s): 10dfef9

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -11,34 +11,30 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-corporation",
15
- "2": "I-corporation",
16
- "3": "B-creative-work",
17
- "4": "I-creative-work",
18
- "5": "B-group",
19
- "6": "I-group",
20
- "7": "B-location",
21
- "8": "I-location",
22
- "9": "B-person",
23
- "10": "I-person",
24
- "11": "B-product",
25
- "12": "I-product"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
- "B-corporation": 1,
31
- "B-creative-work": 3,
32
- "B-group": 5,
33
- "B-location": 7,
34
- "B-person": 9,
35
- "B-product": 11,
36
- "I-corporation": 2,
37
- "I-creative-work": 4,
38
- "I-group": 6,
39
- "I-location": 8,
40
- "I-person": 10,
41
- "I-product": 12,
42
  "O": 0
43
  },
44
  "layer_norm_eps": 1e-12,
@@ -49,7 +45,7 @@
49
  "pad_token_id": 0,
50
  "position_embedding_type": "absolute",
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.35.0",
53
  "type_vocab_size": 2,
54
  "use_cache": true,
55
  "vocab_size": 28996
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-ADR",
15
+ "2": "I-ADR",
16
+ "3": "B-Drug",
17
+ "4": "I-Drug",
18
+ "5": "B-Disease",
19
+ "6": "I-Disease",
20
+ "7": "B-Symptom",
21
+ "8": "I-Symptom",
22
+ "9": "B-Finding",
23
+ "10": "I-Finding"
 
 
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "B-ADR": 1,
29
+ "B-Disease": 5,
30
+ "B-Drug": 3,
31
+ "B-Finding": 9,
32
+ "B-Symptom": 7,
33
+ "I-ADR": 2,
34
+ "I-Disease": 6,
35
+ "I-Drug": 4,
36
+ "I-Finding": 10,
37
+ "I-Symptom": 8,
 
 
38
  "O": 0
39
  },
40
  "layer_norm_eps": 1e-12,
 
45
  "pad_token_id": 0,
46
  "position_embedding_type": "absolute",
47
  "torch_dtype": "float32",
48
+ "transformers_version": "4.35.2",
49
  "type_vocab_size": 2,
50
  "use_cache": true,
51
  "vocab_size": 28996
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:905e3df2de21a0db0dbf99b067b58c047619a36ce20150a011697cd1ff8e4e0d
3
- size 430942044
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7fb21f91f382204ac0aabd9d70e67c8ab96417c3663d05fa2ec9b18912af88c
3
+ size 430935892
runs/Nov23_17-01-17_0bf278a2933c/events.out.tfevents.1700758877.0bf278a2933c.22583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c35dabdd9946e69d1adb08a6a9e491c84b5d3f7009b0f2ff5bddd8a32155ec7
3
+ size 4666
runs/Nov23_17-02-18_0bf278a2933c/events.out.tfevents.1700758940.0bf278a2933c.22583.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925e64b3ffc5b2b1c8a2beefb3c5312acd79a0217b4eb5fde1a988fa952a4206
3
+ size 4666
runs/Nov23_17-06-04_0bf278a2933c/events.out.tfevents.1700759164.0bf278a2933c.22583.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00deb2fbb38e2f8aee3cc900e7ca9344d3a258171e8e77e91179a28681a7a7f7
3
+ size 4184
runs/Nov23_17-06-37_0bf278a2933c/events.out.tfevents.1700759198.0bf278a2933c.22583.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce93816e3beb489c424fcce385927b37758f63dbbf423a8ad06e73c65228f01
3
+ size 7437
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:513bed6c975022db12b0b256adb1b073879d74bf4c3eb867e84cecc51e46d424
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a952988bc8882a8a08ddeec0bac8a6bafe7ec96e18abb0e13b7e172f2e5d2a
3
  size 4600