Dogebooch commited on
Commit
cf2cc3a
1 Parent(s): bf583ff

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "pritamdeka/BioBERT-mnli-snli-scinli-scitail-mednli-stsb",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Disease",
14
+ "2": "I-Disease"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "B-Disease": 1,
20
+ "I-Disease": 2,
21
+ "O": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.29.1",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 28996
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ce8455f1a59b5ef6c61f3761b3297179f8936fa5bbd68a199c87022bfd99ca
3
+ size 430957293
runs/May15_21-42-44_Dougs-PC/1684204970.049392/events.out.tfevents.1684204970.Dougs-PC.32424.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:673ff74013411ec0d4c2fcf0ad23cd7df4ec88f8e03e3461ab33682d7fe91f46
3
+ size 6014
runs/May15_21-42-44_Dougs-PC/events.out.tfevents.1684204970.Dougs-PC.32424.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e311db8ac406a1ea2331555c844415bf99f3cea904e75304fd81a39a02fda0
3
+ size 4293
runs/May15_21-45-16_Dougs-PC/1684205119.6766264/events.out.tfevents.1684205119.Dougs-PC.32424.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a649311b51ce4b2aa46844efc3ecf15cbc6395cb62865335a328b4e061cf5da
3
+ size 6014
runs/May15_21-45-16_Dougs-PC/events.out.tfevents.1684205119.Dougs-PC.32424.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd4ca87261ed881bcf8b1f295effaaa53430890aaaf107e89fd4163981250df0
3
+ size 4293
runs/May15_21-46-03_Dougs-PC/1684205167.0960352/events.out.tfevents.1684205167.Dougs-PC.3720.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bffa9f6759dd4ed081fbb489a56a911137bcddd67f40c424128f2ceddd561c79
3
+ size 6014
runs/May15_21-46-03_Dougs-PC/events.out.tfevents.1684205167.Dougs-PC.3720.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a1dfbef19fe731d5845c1781ac0b74220516b61c05e6a758c4905b2090c8de
3
+ size 4293
runs/May15_21-46-43_Dougs-PC/1684205206.8940363/events.out.tfevents.1684205206.Dougs-PC.33036.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a3b175316560f0083cb537d088c598abb5f7c72664d2625c5d42717c8cd701
3
+ size 6014
runs/May15_21-46-43_Dougs-PC/events.out.tfevents.1684205206.Dougs-PC.33036.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e92e8305aa7da402bce75a237b198d7f55786f1c85d897f35884f679f3ef0db7
3
+ size 4765
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933a1fcfa04513a67e564ceaa84dd4abe5fee9d9441bf1973198742d8b158a33
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff