ParamDev commited on
Commit
13fb8f1
·
verified ·
1 Parent(s): 65b16f0

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "Discharge summary",
16
+ "1": "Echo",
17
+ "2": "General",
18
+ "3": "Nursing",
19
+ "4": "Nursing/other",
20
+ "5": "Nutrition",
21
+ "6": "Physician",
22
+ "7": "Radiology",
23
+ "8": "Rehab Services",
24
+ "9": "Social Work"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "is_decoder": false,
29
+ "label2id": {
30
+ "Discharge summary": 0,
31
+ "Echo": 1,
32
+ "General": 2,
33
+ "Nursing": 3,
34
+ "Nursing/other": 4,
35
+ "Nutrition": 5,
36
+ "Physician": 6,
37
+ "Radiology": 7,
38
+ "Rehab Services": 8,
39
+ "Social Work": 9
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 512,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 0,
47
+ "problem_type": "single_label_classification",
48
+ "tie_word_embeddings": true,
49
+ "transformers_version": "5.4.0",
50
+ "type_vocab_size": 2,
51
+ "use_cache": false,
52
+ "vocab_size": 28996
53
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e0ed40c7f5816460454ea89c5aa307f62f55774ade49b4ff1666a1e256d5a5
3
+ size 433295352
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15294b6b243b7341c4de2aa22d79c4d272010ad5daf4b35abdfac6f542e25aa
3
+ size 5265