ghadeermobasher commited on
Commit
207d8ba
1 Parent(s): 857a895

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:155e78d4f151014f9cb0cf524a7611b8c1ec5f00100129d2bcceef466e67c047
3
+ size 437493617
runs/Jul11_16-52-46_cascade-114.cluster/1657551188.9158487/events.out.tfevents.1657551188.cascade-114.cluster.8695.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ee2cf696ae4b2457ddce9254dd93cb4b62d642bea14a4dbc1f801709d64cd3
3
+ size 4622
runs/Jul11_16-52-46_cascade-114.cluster/events.out.tfevents.1657551188.cascade-114.cluster.8695.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a25f2566b5c5e0aacd679558cd9d5ed4ba7e6d38068ba4756705c7c8fd9d4e78
3
+ size 3883
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd07c9e51198cdf9a43bc6cd49d2e69adf9172dfd94d946282fa39fc34edc2f
3
+ size 2927