relevanthint commited on
Commit
952d76c
·
1 Parent(s): 047de7d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-allergies",
15
+ "2": "I-allergies",
16
+ "3": "B-biomarkers",
17
+ "4": "I-biomarkers",
18
+ "5": "B-cancer_symptoms",
19
+ "6": "I-cancer_symptoms",
20
+ "7": "B-cancer_type",
21
+ "8": "I-cancer_type",
22
+ "9": "B-date",
23
+ "10": "I-date",
24
+ "11": "B-diagnosis",
25
+ "12": "I-diagnosis",
26
+ "13": "B-gender",
27
+ "14": "I-gender",
28
+ "15": "B-imaging_options",
29
+ "16": "I-imaging_options",
30
+ "17": "B-test_result",
31
+ "18": "I-test_result",
32
+ "19": "B-treatment",
33
+ "20": "I-treatment"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "B-allergies": 1,
39
+ "B-biomarkers": 3,
40
+ "B-cancer_symptoms": 5,
41
+ "B-cancer_type": 7,
42
+ "B-date": 9,
43
+ "B-diagnosis": 11,
44
+ "B-gender": 13,
45
+ "B-imaging_options": 15,
46
+ "B-test_result": 17,
47
+ "B-treatment": 19,
48
+ "I-allergies": 2,
49
+ "I-biomarkers": 4,
50
+ "I-cancer_symptoms": 6,
51
+ "I-cancer_type": 8,
52
+ "I-date": 10,
53
+ "I-diagnosis": 12,
54
+ "I-gender": 14,
55
+ "I-imaging_options": 16,
56
+ "I-test_result": 18,
57
+ "I-treatment": 20,
58
+ "O": 0
59
+ },
60
+ "layer_norm_eps": 1e-12,
61
+ "max_position_embeddings": 512,
62
+ "model_type": "bert",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.19.4",
69
+ "type_vocab_size": 2,
70
+ "use_cache": true,
71
+ "vocab_size": 28996
72
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c55410d0f7c5573bed685c6b48f0aea55d6f2147c3ed9b562d66d3618bd4e9
3
+ size 431010929
runs/Jan20_00-11-56_DESKTOP-PVO9N4N/1674170027.029199/events.out.tfevents.1674170027.DESKTOP-PVO9N4N.32508.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b8f3c594c13763d35d23cecf20d64fc8d0f45670d598b332f68eec9b3dfa61
3
+ size 5166
runs/Jan20_00-11-56_DESKTOP-PVO9N4N/events.out.tfevents.1674170026.DESKTOP-PVO9N4N.32508.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199ce6a11bb986187614a1fbff1f238fd188308391a23fe354269eab7f433e6e
3
+ size 4554
runs/Jan20_00-23-16_DESKTOP-PVO9N4N/1674170602.8462539/events.out.tfevents.1674170602.DESKTOP-PVO9N4N.37616.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f52129e5591f07dcce99d9ed329dccdcdfb2407e511b22f3f0958609d62f153
3
+ size 5166
runs/Jan20_00-23-16_DESKTOP-PVO9N4N/events.out.tfevents.1674170602.DESKTOP-PVO9N4N.37616.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20b8a9cfede2ce7d43b81a41b448554a9a646eddcb8154a612e02ecd602139a
3
+ size 5017
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": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89e3701de74df3c0e5621e5a2d7ffe0bd6a64e023f555cb10dcc2e3fd3c79a16
3
+ size 3183
vocab.txt ADDED
The diff for this file is too large to render. See raw diff