bert-base-th-cased-intent-booking
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model:
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
@@ -10,22 +10,22 @@ metrics:
|
|
| 10 |
- precision
|
| 11 |
- recall
|
| 12 |
model-index:
|
| 13 |
-
- name: bert-base-
|
| 14 |
results: []
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
-
# bert-base-
|
| 21 |
|
| 22 |
-
This model is a fine-tuned version of [
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
- Precision: 0.9322
|
| 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 |
-
|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model: Geotrend/bert-base-th-cased
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
|
|
|
| 10 |
- precision
|
| 11 |
- recall
|
| 12 |
model-index:
|
| 13 |
+
- name: bert-base-th-cased-intent-booking
|
| 14 |
results: []
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
+
# bert-base-th-cased-intent-booking
|
| 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
|