Training in progress, epoch 1
Browse files- README.md +13 -15
- model.safetensors +1 -1
- training_args.bin +1 -1
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.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -51,17 +51,15 @@ The following hyperparameters were used during training:
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_steps: 64
|
54 |
-
- num_epochs:
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
-
|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.1301 | 4.0 | 260 | 0.1812 | 0.9459 | 0.9463 | 0.9543 | 0.9459 |
|
64 |
-
| 0.0785 | 5.0 | 325 | 0.2287 | 0.9459 | 0.9462 | 0.9517 | 0.9459 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-multilingual-cased
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
10 |
- precision
|
11 |
- recall
|
12 |
model-index:
|
13 |
+
- name: bert-base-multilingual-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-multilingual-cased-intent-booking
|
21 |
|
22 |
+
This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2607
|
25 |
+
- Accuracy: 0.9234
|
26 |
+
- F1: 0.9203
|
27 |
+
- Precision: 0.9338
|
28 |
+
- Recall: 0.9234
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
- lr_scheduler_warmup_steps: 64
|
54 |
+
- num_epochs: 3
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
60 |
+
| 2.1492 | 1.0 | 65 | 1.4697 | 0.6982 | 0.6538 | 0.7798 | 0.6982 |
|
61 |
+
| 0.778 | 2.0 | 130 | 0.3384 | 0.9234 | 0.9247 | 0.9330 | 0.9234 |
|
62 |
+
| 0.2369 | 3.0 | 195 | 0.2147 | 0.9414 | 0.9421 | 0.9513 | 0.9414 |
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 370350032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:452a0412982742cfb5f04483cafc470db04b417ca80dac8cb890027c4d6d9989
|
3 |
size 370350032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad4e9a78545ce6b81b8495f01b419f538a06a7ec9143abe160a7bc7b69d6fd72
|
3 |
size 5240
|