ghadeermobasher commited on
Commit
6a458a6
·
1 Parent(s): ef25c66

Training in progress, step 1000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dmis-lab/biobert-base-cased-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
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "B-bio",
19
+ "1": "I-bio",
20
+ "2": "O"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "B-bio": 0,
26
+ "I-bio": 1,
27
+ "O": 2
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
+ "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.11.3",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 28996
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24738fc793bc3f1658a4945f93d45bae8c8a42f6c06bbcad4b66f1bf941bded9
3
+ size 430974833
runs/Sep20_13-09-36_skylake-deep-05/1663672199.5923705/events.out.tfevents.1663672199.skylake-deep-05.168013.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be76d5d87302f49e8627ceb13d2a2f4c398a23d0d71a8f223f9d676d801ac8ed
3
+ size 4559
runs/Sep20_13-09-36_skylake-deep-05/events.out.tfevents.1663672199.skylake-deep-05.168013.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83903b2dd020013939881bd827c21a5758fc8e9b3f9801186bcdfc21c6b5cb38
3
+ size 3376
runs/Sep21_13-12-14_pascal-deep-04/1663758759.9963465/events.out.tfevents.1663758759.pascal-deep-04.44987.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34f90c44866bd8333c55793741e6d9d1d2ab21b4ea361b47fdf6e2030d49cce
3
+ size 4558
runs/Sep21_13-12-14_pascal-deep-04/events.out.tfevents.1663758759.pascal-deep-04.44987.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e6f0ea8207add917598470938d508cb7527cb14c4e8a5789cb18e097816758
3
+ size 3689
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8340ddbb21bf20f918168faacfdef56897dbc7d00f49464fdeff0764bbd66d3
3
+ size 2863