ghadeermobasher commited on
Commit
65f1eb5
1 Parent(s): e81ebec

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": "bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12",
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": 30522
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab33663f4ac3d15dfdbd534fbb4462f53651d53b3cb648740f41444e2fa71b2c
3
+ size 435662705
runs/Oct03_21-01-38_pascal-deep-04/1664823725.0402706/events.out.tfevents.1664823725.pascal-deep-04.20250.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d32a00f16d119a5c18f9314e5f79c90a18dfde00ce2cff4136e5935f0dd75710
3
+ size 4579
runs/Oct03_21-01-38_pascal-deep-04/events.out.tfevents.1664823725.pascal-deep-04.20250.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5895323937d2bdcf188df018ef7124d2d10a75fa18e093d3f81b911a16dd2c
3
+ size 3725
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cf09407e3b3f6b9e628ca25ad04b120611019e38977c35dde0f3a533abf344
3
+ size 2927