joniponi commited on
Commit
893b670
1 Parent(s): 5b5ec70

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "administration",
15
+ "3": "communication",
16
+ "4": "condition",
17
+ "5": "treatment",
18
+ "6": "iv_catheter",
19
+ "7": "tests",
20
+ "8": "medication",
21
+ "9": "maternity",
22
+ "10": "food",
23
+ "11": "clean",
24
+ "12": "bathroom",
25
+ "13": "discharge",
26
+ "14": "wait",
27
+ "15": "financial",
28
+ "16": "staff",
29
+ "17": "nurse",
30
+ "18": "doctor",
31
+ "19": "family",
32
+ "20": "departments",
33
+ "21": "extra_nice",
34
+ "22": "rude"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "label2id": {
39
+ "administration": 2,
40
+ "bathroom": 12,
41
+ "clean": 11,
42
+ "communication": 3,
43
+ "condition": 4,
44
+ "departments": 20,
45
+ "discharge": 13,
46
+ "doctor": 18,
47
+ "environmental": 1,
48
+ "extra_nice": 21,
49
+ "family": 19,
50
+ "financial": 15,
51
+ "food": 10,
52
+ "iv_catheter": 6,
53
+ "maternity": 9,
54
+ "medical": 0,
55
+ "medication": 8,
56
+ "nurse": 17,
57
+ "rude": 22,
58
+ "staff": 16,
59
+ "tests": 7,
60
+ "treatment": 5,
61
+ "wait": 14
62
+ },
63
+ "layer_norm_eps": 1e-12,
64
+ "max_position_embeddings": 512,
65
+ "model_type": "bert",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 0,
69
+ "position_embedding_type": "absolute",
70
+ "problem_type": "multi_label_classification",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.18.0",
73
+ "type_vocab_size": 2,
74
+ "use_cache": true,
75
+ "vocab_size": 28996
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:754392909dc086481a55980d622d76e3def91a8458eed903e0d06872c9620600
3
+ size 433382829
runs/Apr19_23-55-42_3f091e632707/1650412673.0471454/events.out.tfevents.1650412673.3f091e632707.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd695c73394fee25f922b03965a4e08c76b83659a3aa47c76d952f7b2d708f3d
3
+ size 4928
runs/Apr19_23-55-42_3f091e632707/events.out.tfevents.1650412673.3f091e632707.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53774d6ebe23a806d1ee7ff51ecfac0af75aa50fbbdab684470ae2a95bc77c1
3
+ size 4812
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:02b6c4d74bcc4317237df8d157d3f24607a23008593c1e3f026346aff5515619
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff