ghadeermobasher commited on
Commit
4aff890
·
1 Parent(s): 62bb9c5

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:e9839a409365eb767ef7c48591b043253a61cc4422c2cfb702dba5361c8f6a85
3
+ size 430974833
runs/Sep19_11-59-04_pascal-deep-04/1663581624.3949087/events.out.tfevents.1663581624.pascal-deep-04.46517.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c991664b0acd56a55ba5428517910277f086969a1f336453c4578beeb9ee072
3
+ size 4525
runs/Sep19_11-59-04_pascal-deep-04/events.out.tfevents.1663581624.pascal-deep-04.46517.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b36cc3b9cb54a365ea512b0ce78088e92d556366cb0fc04963c0f1e2bbb8bd3
3
+ size 3656
runs/Sep19_12-04-44_skylake-deep-03/1663581912.7493553/events.out.tfevents.1663581912.skylake-deep-03.198615.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19cbb8d9ebada7fe2b966e9133792ed65e6c7c265d44c7fd8efc2cdc95a20da5
3
+ size 4526
runs/Sep19_12-04-44_skylake-deep-03/events.out.tfevents.1663581912.skylake-deep-03.198615.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b2c3a71cdbedda1f3f8e83cd2c9d48b457c224da814c5dcfcfd8047a8ce4ab2
3
+ size 3343
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6851e53d2d8cf68b9aacda0b6f6f898cc1d9fa5c878cd8bda4788843b80b3b76
3
+ size 2863