ghadeermobasher commited on
Commit
d1446bc
·
1 Parent(s): 84ff862

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dmis-lab/biobert-v1.1",
3
+ "adapters": {
4
+ "adapters": {},
5
+ "config_map": {},
6
+ "fusion_config_map": {},
7
+ "fusions": {}
8
+ },
9
+ "architectures": [
10
+ "BertForTokenClassification"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "classifier_dropout": null,
14
+ "gradient_checkpointing": false,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.1,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "B-Chemical-bio",
20
+ "1": "B-Disease-bio",
21
+ "2": "I-Chemical-bio",
22
+ "3": "I-Disease-bio",
23
+ "4": "O"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B-Chemical-bio": 0,
29
+ "B-Disease-bio": 1,
30
+ "I-Chemical-bio": 2,
31
+ "I-Disease-bio": 3,
32
+ "O": 4
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.11.3",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 28996
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31b3fbe14f6dbda9057e797affe0ba24666b4835137a03ff51e88082b775008
3
+ size 430980977
runs/Jul13_19-06-49_cascade-040.cluster/1657732027.923701/events.out.tfevents.1657732027.cascade-040.cluster.33209.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe15bafdf0186636ef46a85d013c30fea0d3e39c1ae1042ea3d22e7e909c1ca4
3
+ size 4592
runs/Jul13_19-06-49_cascade-040.cluster/events.out.tfevents.1657732027.cascade-040.cluster.33209.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b8dc8c3167543461c73eda7d9cc0c82cf1c9a817a4d84e955c87fb9e502094
3
+ size 3922
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505788895217067239ffba8eb9bb01189dfda12871f0d2d432c7fd28d56d391d
3
+ size 2927