update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Accuracy: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
-
|
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.9448387096774193
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.2061
|
33 |
+
- Accuracy: 0.9448
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| 1.7308 | 1.0 | 318 | 1.1633 | 0.7394 |
|
65 |
+
| 0.8985 | 2.0 | 636 | 0.5726 | 0.8635 |
|
66 |
+
| 0.4735 | 3.0 | 954 | 0.3350 | 0.9187 |
|
67 |
+
| 0.298 | 4.0 | 1272 | 0.2562 | 0.9361 |
|
68 |
+
| 0.2313 | 5.0 | 1590 | 0.2304 | 0.9413 |
|
69 |
+
| 0.2043 | 6.0 | 1908 | 0.2190 | 0.9432 |
|
70 |
+
| 0.1904 | 7.0 | 2226 | 0.2130 | 0.9445 |
|
71 |
+
| 0.1829 | 8.0 | 2544 | 0.2091 | 0.9442 |
|
72 |
+
| 0.1782 | 9.0 | 2862 | 0.2066 | 0.9455 |
|
73 |
+
| 0.1762 | 10.0 | 3180 | 0.2061 | 0.9448 |
|
74 |
|
75 |
|
76 |
### Framework versions
|