update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the snips_built_in_intents dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
58 |
-
| 1.
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the snips_built_in_intents dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2720
|
22 |
+
- Accuracy: 0.9333
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
58 |
+
| 1.9568 | 1.0 | 37 | 1.7598 | 0.4333 |
|
59 |
+
| 1.2238 | 2.0 | 74 | 0.8130 | 0.7667 |
|
60 |
+
| 0.4536 | 3.0 | 111 | 0.4985 | 0.8 |
|
61 |
+
| 0.2478 | 4.0 | 148 | 0.3535 | 0.8667 |
|
62 |
+
| 0.0903 | 5.0 | 185 | 0.3110 | 0.8667 |
|
63 |
+
| 0.0849 | 6.0 | 222 | 0.2720 | 0.9333 |
|
64 |
+
| 0.0708 | 7.0 | 259 | 0.2742 | 0.8667 |
|
65 |
+
| 0.0796 | 8.0 | 296 | 0.2839 | 0.8667 |
|
66 |
+
| 0.0638 | 9.0 | 333 | 0.2949 | 0.8667 |
|
67 |
+
| 0.0566 | 10.0 | 370 | 0.2925 | 0.8667 |
|
68 |
|
69 |
|
70 |
### Framework versions
|