jordyvl commited on
Commit
60a89af
1 Parent(s): 111345a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-Disease",
16
+ "2": "I-Disease"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "B-Disease": 1,
22
+ "I-Disease": 2,
23
+ "O": 0
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "pooler": "last",
32
+ "position_embedding_type": "absolute",
33
+ "subword_alignment": "first",
34
+ "test_args": {
35
+ "CRF": true,
36
+ "Y": "ner_tags",
37
+ "dataset": "ncbi_disease",
38
+ "lowC": false,
39
+ "model": "dmis-lab/biobert-base-cased-v1.2",
40
+ "setting": "ncbi",
41
+ "subword_alignment": "first",
42
+ "task": "ner",
43
+ "train_args": {
44
+ "batch_size": 2,
45
+ "epochs": 3,
46
+ "learning_rate": 2e-05,
47
+ "warmup_ratio": 0.1,
48
+ "weight_decay": 0.01
49
+ }
50
+ },
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.18.0",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 28996,
56
+ "weight_0": 0.01
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f7315585554ec4e9271fc89fc49e2e4d2f48c5961a86a41201502a079d5695
3
+ size 433322215
runs/Jul20_15-52-37_jordy-OMEN/1658325175.0314589/events.out.tfevents.1658325175.jordy-OMEN.92660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8d36109622941e7aec4cb41dbefa94b32aeed6ff46ebc1964d77feddedd68b
3
+ size 4946
runs/Jul20_15-52-37_jordy-OMEN/events.out.tfevents.1658325175.jordy-OMEN.92660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0dd87148c51b07bc8ecbee503b7b151403d28e9f973f578a323298d389c9da
3
+ size 5323
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:1b3d2940f5efd83b528fd955de111e87ef8afdf7b98fe7e84803b43826f9f425
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff