joniponi commited on
Commit
6caa291
·
1 Parent(s): 2eb102b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "emilyalsentzer/Bio_ClinicalBERT",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": "medical",
13
+ "1": "environmental",
14
+ "2": "communication",
15
+ "3": "financial",
16
+ "4": "food",
17
+ "5": "bathroom",
18
+ "6": "clean",
19
+ "7": "nurse",
20
+ "8": "doctor"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "bathroom": 5,
26
+ "clean": 6,
27
+ "communication": 2,
28
+ "doctor": 8,
29
+ "environmental": 1,
30
+ "financial": 3,
31
+ "food": 4,
32
+ "medical": 0,
33
+ "nurse": 7
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "bert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "position_embedding_type": "absolute",
42
+ "problem_type": "multi_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.17.0",
45
+ "type_vocab_size": 2,
46
+ "use_cache": true,
47
+ "vocab_size": 28996
48
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f2269fce73779b4cc4f7753cc18a1cb9f96fd41e84ca4ff72596cbd3b5936d
3
+ size 433353773
runs/Apr01_06-54-38_fc952cafb6e6/1648796085.6032293/events.out.tfevents.1648796085.fc952cafb6e6.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eebc1bdac1e7f4442c3b75dfb8d96767cab767f444c9c55a18ce3b8890204f3
3
+ size 4851
runs/Apr01_06-54-38_fc952cafb6e6/events.out.tfevents.1648796085.fc952cafb6e6.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fad0ba0a628a3ff54c0d70c618f40970e5f1f146a2d6047f37fc7c8763ebec3
3
+ size 4178
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": "emilyalsentzer/Bio_ClinicalBERT", "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:8331f75d531a40ab57d667c4c6145867964517194f063b47453ccbf1385484d9
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff