SharonTudi
commited on
End of training
Browse files- README.md +55 -55
- config.json +17 -15
- model.safetensors +2 -2
- runs/Jan22_11-16-33_e9a77ba5e600/events.out.tfevents.1705922199.e9a77ba5e600.245.2 +3 -0
- tokenizer_config.json +2 -2
- training_args.bin +1 -1
- vocab.txt +0 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# DIALOGUE_one
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,54 +55,54 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.
|
95 |
-
| 0.
|
96 |
-
| 0.
|
97 |
-
| 0.
|
98 |
-
| 0.
|
99 |
-
| 0.
|
100 |
-
| 0.
|
101 |
-
| 0.
|
102 |
-
| 0.
|
103 |
-
| 0.
|
104 |
-
| 0.
|
105 |
-
| 0.
|
106 |
|
107 |
|
108 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: bert-base-cased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
18 |
|
19 |
# DIALOGUE_one
|
20 |
|
21 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.4205
|
24 |
+
- Precision: 0.7375
|
25 |
+
- Recall: 0.7368
|
26 |
+
- F1: 0.7345
|
27 |
+
- Accuracy: 0.7368
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 1.2687 | 0.62 | 30 | 1.0661 | 0.7208 | 0.6184 | 0.6068 | 0.6184 |
|
59 |
+
| 0.7981 | 1.25 | 60 | 0.6953 | 0.8047 | 0.7895 | 0.7941 | 0.7895 |
|
60 |
+
| 0.5436 | 1.88 | 90 | 0.5773 | 0.8362 | 0.7632 | 0.7502 | 0.7632 |
|
61 |
+
| 0.4194 | 2.5 | 120 | 0.5654 | 0.7821 | 0.7632 | 0.7620 | 0.7632 |
|
62 |
+
| 0.3344 | 3.12 | 150 | 0.6244 | 0.7686 | 0.7632 | 0.7634 | 0.7632 |
|
63 |
+
| 0.2455 | 3.75 | 180 | 0.5157 | 0.8687 | 0.8421 | 0.8422 | 0.8421 |
|
64 |
+
| 0.2549 | 4.38 | 210 | 0.6403 | 0.8533 | 0.8289 | 0.8298 | 0.8289 |
|
65 |
+
| 0.1941 | 5.0 | 240 | 0.8651 | 0.7571 | 0.75 | 0.7461 | 0.75 |
|
66 |
+
| 0.1621 | 5.62 | 270 | 0.7141 | 0.7793 | 0.7763 | 0.7765 | 0.7763 |
|
67 |
+
| 0.1514 | 6.25 | 300 | 0.5450 | 0.8961 | 0.8684 | 0.8698 | 0.8684 |
|
68 |
+
| 0.0772 | 6.88 | 330 | 0.8617 | 0.7966 | 0.7895 | 0.7923 | 0.7895 |
|
69 |
+
| 0.065 | 7.5 | 360 | 0.7816 | 0.7632 | 0.7632 | 0.7618 | 0.7632 |
|
70 |
+
| 0.0676 | 8.12 | 390 | 0.7294 | 0.7947 | 0.7895 | 0.7918 | 0.7895 |
|
71 |
+
| 0.048 | 8.75 | 420 | 0.8226 | 0.8417 | 0.8421 | 0.8400 | 0.8421 |
|
72 |
+
| 0.0377 | 9.38 | 450 | 1.1197 | 0.7021 | 0.7105 | 0.7030 | 0.7105 |
|
73 |
+
| 0.0175 | 10.0 | 480 | 1.1080 | 0.7892 | 0.7895 | 0.7811 | 0.7895 |
|
74 |
+
| 0.0169 | 10.62 | 510 | 1.1289 | 0.7337 | 0.7368 | 0.7331 | 0.7368 |
|
75 |
+
| 0.0028 | 11.25 | 540 | 1.1263 | 0.7243 | 0.7237 | 0.7184 | 0.7237 |
|
76 |
+
| 0.0023 | 11.88 | 570 | 1.2298 | 0.7103 | 0.7105 | 0.7042 | 0.7105 |
|
77 |
+
| 0.0019 | 12.5 | 600 | 1.2863 | 0.7103 | 0.7105 | 0.7042 | 0.7105 |
|
78 |
+
| 0.0017 | 13.12 | 630 | 1.2531 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
79 |
+
| 0.0016 | 13.75 | 660 | 1.3108 | 0.7103 | 0.7105 | 0.7042 | 0.7105 |
|
80 |
+
| 0.0015 | 14.38 | 690 | 1.3185 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
81 |
+
| 0.0014 | 15.0 | 720 | 1.3296 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
82 |
+
| 0.0012 | 15.62 | 750 | 1.3296 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
83 |
+
| 0.0012 | 16.25 | 780 | 1.3300 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
84 |
+
| 0.0012 | 16.88 | 810 | 1.2730 | 0.7677 | 0.7632 | 0.7640 | 0.7632 |
|
85 |
+
| 0.0011 | 17.5 | 840 | 1.2823 | 0.7677 | 0.7632 | 0.7640 | 0.7632 |
|
86 |
+
| 0.0011 | 18.12 | 870 | 1.3328 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
87 |
+
| 0.001 | 18.75 | 900 | 1.3341 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
88 |
+
| 0.001 | 19.38 | 930 | 1.3587 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
89 |
+
| 0.0009 | 20.0 | 960 | 1.3728 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
90 |
+
| 0.0009 | 20.62 | 990 | 1.3904 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
91 |
+
| 0.0008 | 21.25 | 1020 | 1.3928 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
92 |
+
| 0.0008 | 21.88 | 1050 | 1.3913 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
93 |
+
| 0.0008 | 22.5 | 1080 | 1.3853 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
94 |
+
| 0.0008 | 23.12 | 1110 | 1.3900 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
95 |
+
| 0.0008 | 23.75 | 1140 | 1.3935 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
96 |
+
| 0.0007 | 24.38 | 1170 | 1.4068 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
97 |
+
| 0.0008 | 25.0 | 1200 | 1.4144 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
98 |
+
| 0.0008 | 25.62 | 1230 | 1.4106 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
99 |
+
| 0.0008 | 26.25 | 1260 | 1.4165 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
100 |
+
| 0.0007 | 26.88 | 1290 | 1.4207 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
101 |
+
| 0.0007 | 27.5 | 1320 | 1.4236 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
102 |
+
| 0.0007 | 28.12 | 1350 | 1.4281 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
103 |
+
| 0.0007 | 28.75 | 1380 | 1.4204 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
104 |
+
| 0.0007 | 29.38 | 1410 | 1.4213 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
105 |
+
| 0.0007 | 30.0 | 1440 | 1.4205 | 0.7375 | 0.7368 | 0.7345 | 0.7368 |
|
106 |
|
107 |
|
108 |
### Framework versions
|
config.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "Hospital-Inform",
|
13 |
"1": "Hospital-Request",
|
@@ -15,23 +16,24 @@
|
|
15 |
"3": "general-thank"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
|
|
18 |
"label2id": {
|
19 |
"LABEL_0": 0,
|
20 |
"LABEL_1": 1,
|
21 |
"LABEL_2": 2,
|
22 |
"LABEL_3": 3
|
23 |
},
|
|
|
24 |
"max_position_embeddings": 512,
|
25 |
-
"model_type": "
|
26 |
-
"
|
27 |
-
"
|
28 |
"pad_token_id": 0,
|
|
|
29 |
"problem_type": "single_label_classification",
|
30 |
-
"qa_dropout": 0.1,
|
31 |
-
"seq_classif_dropout": 0.2,
|
32 |
-
"sinusoidal_pos_embds": false,
|
33 |
-
"tie_weights_": true,
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.36.2",
|
36 |
-
"
|
|
|
|
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
|
|
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": "Hospital-Inform",
|
14 |
"1": "Hospital-Request",
|
|
|
16 |
"3": "general-thank"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
+
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0,
|
22 |
"LABEL_1": 1,
|
23 |
"LABEL_2": 2,
|
24 |
"LABEL_3": 3
|
25 |
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
28 |
+
"model_type": "bert",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 0,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
34 |
"torch_dtype": "float32",
|
35 |
"transformers_version": "4.36.2",
|
36 |
+
"type_vocab_size": 2,
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 28996
|
39 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bf2cad2753cdaa3c7c9530a9c64db7af45275dbffe2f8eb82832161c8e475ba
|
3 |
+
size 433276920
|
runs/Jan22_11-16-33_e9a77ba5e600/events.out.tfevents.1705922199.e9a77ba5e600.245.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b3270a7413aeca09f479cbe403b359e48aabf5643537309af85f8034662d20d
|
3 |
+
size 35043
|
tokenizer_config.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_basic_tokenize": true,
|
47 |
-
"do_lower_case":
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"never_split": null,
|
@@ -52,6 +52,6 @@
|
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
54 |
"tokenize_chinese_chars": true,
|
55 |
-
"tokenizer_class": "
|
56 |
"unk_token": "[UNK]"
|
57 |
}
|
|
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": false,
|
48 |
"mask_token": "[MASK]",
|
49 |
"model_max_length": 512,
|
50 |
"never_split": null,
|
|
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|
54 |
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "BertTokenizer",
|
56 |
"unk_token": "[UNK]"
|
57 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d85af1728342278f41455220c24d5229d4a7fda039bde85eb865de9182a989c
|
3 |
size 4664
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|