Tuyentd commited on
Commit
640edaa
·
verified ·
1 Parent(s): d5fb481

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": "Cause Analysis",
14
+ "1": "Precaution",
15
+ "2": "Result Description",
16
+ "3": "Effect",
17
+ "4": "Medical Advice",
18
+ "5": "Unknown",
19
+ "6": "Medical Knowledge",
20
+ "7": "Diagnosis",
21
+ "8": "Treatment Plan",
22
+ "9": "Disease Description"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Cause Analysis": 0,
28
+ "Diagnosis": 7,
29
+ "Disease Description": 9,
30
+ "Effect": 3,
31
+ "Medical Advice": 4,
32
+ "Medical Knowledge": 6,
33
+ "Precaution": 1,
34
+ "Result Description": 2,
35
+ "Treatment Plan": 8,
36
+ "Unknown": 5
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_position_embeddings": 512,
40
+ "model_type": "bert",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.46.2",
48
+ "type_vocab_size": 2,
49
+ "use_cache": true,
50
+ "vocab_size": 30522
51
+ }
logs/events.out.tfevents.1731514262.cmc-Z790-AORUS-ELITE-DDR4.209585.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51a757df737c47f84d0c7d56e247d1b767697b132817c163f42b9b5f58f6f1ad
3
+ size 16573
logs/events.out.tfevents.1731514544.cmc-Z790-AORUS-ELITE-DDR4.209585.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb7f71b570c8454d88702ea2d8dc8f0ba1f0199199a72b971b049f6738ee3db
3
+ size 5583
logs/events.out.tfevents.1731514817.cmc-Z790-AORUS-ELITE-DDR4.209585.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fff3517904709e5beb282bf14840046acfff387c444cba4bab296c0bb64397
3
+ size 5583
logs/events.out.tfevents.1731514922.cmc-Z790-AORUS-ELITE-DDR4.209585.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14373dbb04658486f5cec3c193f4b6747a2522b36bbbe0e43ed0e7ff555c3316
3
+ size 5563
logs/events.out.tfevents.1731515126.cmc-Z790-AORUS-ELITE-DDR4.209585.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6677b550858b4c11adece821c119c833f8d6ca162e97764b44f86ab28cf8a3d
3
+ size 6091
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df1a7f011d781b5c295645c50554203f6f9095a636282ad9b4cebeb01aaceef0
3
+ size 437983256
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc722207af5a325bb989936fe15483b00c05316d4e1bb1d7a594dc435f17abbd
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff