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 |
|
@@ -62,16 +62,16 @@ The following hyperparameters were used during training:
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.9467741935483871
|
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.2525
|
33 |
+
- Accuracy: 0.9468
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
62 |
|
63 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
64 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
65 |
+
| 4.2246 | 1.0 | 318 | 3.1584 | 0.7545 |
|
66 |
+
| 2.4033 | 2.0 | 636 | 1.5656 | 0.8652 |
|
67 |
+
| 1.1684 | 3.0 | 954 | 0.7795 | 0.9161 |
|
68 |
+
| 0.5693 | 4.0 | 1272 | 0.4653 | 0.9329 |
|
69 |
+
| 0.3042 | 5.0 | 1590 | 0.3412 | 0.9406 |
|
70 |
+
| 0.1794 | 6.0 | 1908 | 0.2912 | 0.9403 |
|
71 |
+
| 0.1184 | 7.0 | 2226 | 0.2654 | 0.9461 |
|
72 |
+
| 0.0873 | 8.0 | 2544 | 0.2557 | 0.9439 |
|
73 |
+
| 0.0719 | 9.0 | 2862 | 0.2549 | 0.9465 |
|
74 |
+
| 0.0646 | 10.0 | 3180 | 0.2525 | 0.9468 |
|
75 |
|
76 |
|
77 |
### Framework versions
|