Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +90 -0
- pytorch_model.bin +3 -0
- runs/Mar31_19-00-28_c460f9ab2232/1648753271.0293815/events.out.tfevents.1648753271.c460f9ab2232.72.1 +3 -0
- runs/Mar31_19-00-28_c460f9ab2232/events.out.tfevents.1648753271.c460f9ab2232.72.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "treatment",
|
| 13 |
+
"1": "condition",
|
| 14 |
+
"2": "iv_catheter",
|
| 15 |
+
"3": "medication",
|
| 16 |
+
"4": "maternity",
|
| 17 |
+
"5": "environmental",
|
| 18 |
+
"6": "food",
|
| 19 |
+
"7": "clean",
|
| 20 |
+
"8": "bathroom",
|
| 21 |
+
"9": "discharge",
|
| 22 |
+
"10": "call_button",
|
| 23 |
+
"11": "parking",
|
| 24 |
+
"12": "wait",
|
| 25 |
+
"13": "noise",
|
| 26 |
+
"14": "isolation",
|
| 27 |
+
"15": "facilities",
|
| 28 |
+
"16": "administration",
|
| 29 |
+
"17": "financial",
|
| 30 |
+
"18": "pandemic",
|
| 31 |
+
"19": "staffing",
|
| 32 |
+
"20": "lost_items",
|
| 33 |
+
"21": "communication",
|
| 34 |
+
"22": "extra_nice",
|
| 35 |
+
"23": "rude",
|
| 36 |
+
"24": "departments",
|
| 37 |
+
"25": "nurse",
|
| 38 |
+
"26": "family",
|
| 39 |
+
"27": "doctor",
|
| 40 |
+
"28": "staff",
|
| 41 |
+
"29": "medical"
|
| 42 |
+
},
|
| 43 |
+
"initializer_range": 0.02,
|
| 44 |
+
"intermediate_size": 3072,
|
| 45 |
+
"label2id": {
|
| 46 |
+
"administration": 16,
|
| 47 |
+
"bathroom": 8,
|
| 48 |
+
"call_button": 10,
|
| 49 |
+
"clean": 7,
|
| 50 |
+
"communication": 21,
|
| 51 |
+
"condition": 1,
|
| 52 |
+
"departments": 24,
|
| 53 |
+
"discharge": 9,
|
| 54 |
+
"doctor": 27,
|
| 55 |
+
"environmental": 5,
|
| 56 |
+
"extra_nice": 22,
|
| 57 |
+
"facilities": 15,
|
| 58 |
+
"family": 26,
|
| 59 |
+
"financial": 17,
|
| 60 |
+
"food": 6,
|
| 61 |
+
"isolation": 14,
|
| 62 |
+
"iv_catheter": 2,
|
| 63 |
+
"lost_items": 20,
|
| 64 |
+
"maternity": 4,
|
| 65 |
+
"medical": 29,
|
| 66 |
+
"medication": 3,
|
| 67 |
+
"noise": 13,
|
| 68 |
+
"nurse": 25,
|
| 69 |
+
"pandemic": 18,
|
| 70 |
+
"parking": 11,
|
| 71 |
+
"rude": 23,
|
| 72 |
+
"staff": 28,
|
| 73 |
+
"staffing": 19,
|
| 74 |
+
"treatment": 0,
|
| 75 |
+
"wait": 12
|
| 76 |
+
},
|
| 77 |
+
"layer_norm_eps": 1e-12,
|
| 78 |
+
"max_position_embeddings": 512,
|
| 79 |
+
"model_type": "bert",
|
| 80 |
+
"num_attention_heads": 12,
|
| 81 |
+
"num_hidden_layers": 12,
|
| 82 |
+
"pad_token_id": 0,
|
| 83 |
+
"position_embedding_type": "absolute",
|
| 84 |
+
"problem_type": "multi_label_classification",
|
| 85 |
+
"torch_dtype": "float32",
|
| 86 |
+
"transformers_version": "4.17.0",
|
| 87 |
+
"type_vocab_size": 2,
|
| 88 |
+
"use_cache": true,
|
| 89 |
+
"vocab_size": 28996
|
| 90 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:792a7f4b7bad8e4378899f0c20081d722c584e4fe024755d80f1fe29cb648479
|
| 3 |
+
size 433418349
|
runs/Mar31_19-00-28_c460f9ab2232/1648753271.0293815/events.out.tfevents.1648753271.c460f9ab2232.72.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc074584b994471960687765c8d38aff84061c41bb2a2269ea95b199d614a0b0
|
| 3 |
+
size 4847
|
runs/Mar31_19-00-28_c460f9ab2232/events.out.tfevents.1648753271.c460f9ab2232.72.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30382d5d62c033ed75503b911e58995b4471ce1333f582e2a8423912d47d152b
|
| 3 |
+
size 4659
|
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:019fcce9cf322500fe88fb754031c8ad52c1cf7e72950fb14fd0bdcf1c82804c
|
| 3 |
+
size 3119
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|