ghadeermobasher commited on
Commit
cef136e
1 Parent(s): a4a3f07

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:550528f52a4cb50a303243ed4df73706b00b39dfe974747f88d1a667fa3b1621
3
+ size 430974833
runs/Oct17_11-52-50_pascal-deep-01/1666000417.4937005/events.out.tfevents.1666000417.pascal-deep-01.31918.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5211fa50ae4b23ad7c4ae66df615dae34998adad699de87c685d7e696f3ea9
3
+ size 4588
runs/Oct17_11-52-50_pascal-deep-01/events.out.tfevents.1666000417.pascal-deep-01.31918.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddecb92c8d0b58c3e6244877f743a7fbee733916fb6e569137ae9e0451b81127
3
+ size 40
runs/Oct17_12-22-58_pascal-deep-01/1666002202.0190077/events.out.tfevents.1666002202.pascal-deep-01.39389.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9131f2d439cf76c320ca402c01b0922c5434d07d247e1c60ba0340843d0da19
3
+ size 4588
runs/Oct17_12-22-58_pascal-deep-01/events.out.tfevents.1666002202.pascal-deep-01.39389.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca939581c829c3005f9bf559f0297a126ecd44c9065578ea9c9fc1c00495d9d
3
+ size 3719
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47f08b77ff6f6d76833df5972dd26c5634685d13a199c8ba9d07062e0c2fc69c
3
+ size 2927