Training in progress, epoch 1
Browse files- README.md +8 -8
- config.json +20 -20
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [Geotrend/bert-base-th-cased](https://huggingface.co/Geotrend/bert-base-th-cased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -57,9 +57,9 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
-
| 1.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [Geotrend/bert-base-th-cased](https://huggingface.co/Geotrend/bert-base-th-cased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2707
|
25 |
+
- Accuracy: 0.9234
|
26 |
+
- F1: 0.9209
|
27 |
+
- Precision: 0.9322
|
28 |
+
- Recall: 0.9234
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
+
| 1.8845 | 1.0 | 65 | 0.6954 | 0.9144 | 0.9139 | 0.9169 | 0.9144 |
|
61 |
+
| 0.446 | 2.0 | 130 | 0.2283 | 0.9279 | 0.9289 | 0.9327 | 0.9279 |
|
62 |
+
| 0.1807 | 3.0 | 195 | 0.2037 | 0.9505 | 0.9506 | 0.9568 | 0.9505 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
config.json
CHANGED
@@ -10,30 +10,30 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Inquire Facilities",
|
14 |
+
"1": "Ask for Information",
|
15 |
+
"2": "Modify Reservation",
|
16 |
+
"3": "Request Special Service",
|
17 |
+
"4": "Cancel Reservation",
|
18 |
+
"5": "Check Availability",
|
19 |
+
"6": "Make Reservation",
|
20 |
+
"7": "Suggest Attractions",
|
21 |
+
"8": "Greeting",
|
22 |
+
"9": "Verify Reservation"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
+
"Ask for Information": 1,
|
28 |
+
"Cancel Reservation": 4,
|
29 |
+
"Check Availability": 5,
|
30 |
+
"Greeting": 8,
|
31 |
+
"Inquire Facilities": 0,
|
32 |
+
"Make Reservation": 6,
|
33 |
+
"Modify Reservation": 2,
|
34 |
+
"Request Special Service": 3,
|
35 |
+
"Suggest Attractions": 7,
|
36 |
+
"Verify Reservation": 9
|
37 |
},
|
38 |
"layer_norm_eps": 1e-12,
|
39 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 421031944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bc446d3a3ea18c3726315bed1142fb35c885a785ea9940d4996cc0a1bbd276e
|
3 |
size 421031944
|