ghadeermobasher commited on
Commit
7d7bdb2
1 Parent(s): 1e0061e

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_cased",
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
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "B-Chemical-bio",
19
+ "1": "B-Disease-bio",
20
+ "2": "I-Chemical-bio",
21
+ "3": "I-Disease-bio",
22
+ "4": "O"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "B-Chemical-bio": 0,
28
+ "B-Disease-bio": 1,
29
+ "I-Chemical-bio": 2,
30
+ "I-Disease-bio": 3,
31
+ "O": 4
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_position_embeddings": 512,
35
+ "model_type": "bert",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "pad_token_id": 0,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.11.3",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 31116
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68555f254fae1d3dbf2a4339ad1965065a33d89416c4a1161c8b26ae42cd2053
3
+ size 437493617
runs/Jul13_13-58-18_cascade-023.cluster/1657713529.5578923/events.out.tfevents.1657713529.cascade-023.cluster.4276.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a6436bed5f42e9716e779df2f2dce631cad4c2eae920fd55d325c4df28ca8a
3
+ size 4625
runs/Jul13_13-58-18_cascade-023.cluster/events.out.tfevents.1657713529.cascade-023.cluster.4276.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a8bb7dbd42a202a37f47d60d10dba11929b38b6a4f1d78de7a8ab6cc25705d
3
+ size 3887
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f10b512bee25a7947750ae95b6fc05f3c9ca56134c0a1543e452b40f90b5475a
3
+ size 2927