jordyvl commited on
Commit
78c7724
1 Parent(s): 1cbb1e3

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dmis-lab/biobert-base-cased-v1.2",
3
+ "architectures": [
4
+ "BertCRF"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bias_0": null,
8
+ "classifier_dropout": null,
9
+ "freeze": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "I-entity"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "I-entity": 1,
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
+ "pooler": "last",
30
+ "position_embedding_type": "absolute",
31
+ "subword_alignment": "first",
32
+ "test_args": {
33
+ "CRF": true,
34
+ "Y": "ner_tags",
35
+ "dataset": "ncbi_disease",
36
+ "lowC": true,
37
+ "model": "dmis-lab/biobert-base-cased-v1.2",
38
+ "setting": "ncbi",
39
+ "subword_alignment": "first",
40
+ "task": "ner",
41
+ "train_args": {
42
+ "batch_size": 2,
43
+ "epochs": 3,
44
+ "learning_rate": 2e-05,
45
+ "warmup_ratio": 0.1,
46
+ "weight_decay": 0.01
47
+ }
48
+ },
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.18.0",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 28996,
54
+ "weight_0": 0.01
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a15195ea73f6bbf13a111a1c7a4947534c5100c8a0e5a795714ac468735d0687
3
+ size 433319143
runs/Jul20_10-50-20_jordy-OMEN/1658307031.256545/events.out.tfevents.1658307031.jordy-OMEN.32164.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d12847c20039c210e1c84d9e58ee3c1a5788dc30815091bacb67f7699e127151
3
+ size 4961
runs/Jul20_10-50-20_jordy-OMEN/events.out.tfevents.1658307031.jordy-OMEN.32164.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1510a93ea278ed1a0b6fc6b82dd80be2e196e264680973858c14732056fa4f
3
+ size 5293
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "dmis-lab/biobert-base-cased-v1.2", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b905aad6c58b79b342c1dead4a1d5d5049eee40e5785c677f34c82b0894b89
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff