shmuhammad
commited on
Commit
•
4a0ea0c
1
Parent(s):
dae2241
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 |
-
|
|
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.9487096774193549
|
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.3060
|
33 |
+
- Accuracy: 0.9487
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| 2.643 | 1.0 | 318 | 1.9110 | 0.7452 |
|
65 |
+
| 1.4751 | 2.0 | 636 | 0.9678 | 0.8606 |
|
66 |
+
| 0.7736 | 3.0 | 954 | 0.5578 | 0.9168 |
|
67 |
+
| 0.4652 | 4.0 | 1272 | 0.4081 | 0.9352 |
|
68 |
+
| 0.3364 | 5.0 | 1590 | 0.3538 | 0.9442 |
|
69 |
+
| 0.2801 | 6.0 | 1908 | 0.3294 | 0.9465 |
|
70 |
+
| 0.2515 | 7.0 | 2226 | 0.3165 | 0.9471 |
|
71 |
+
| 0.2366 | 8.0 | 2544 | 0.3107 | 0.9487 |
|
72 |
+
| 0.2292 | 9.0 | 2862 | 0.3069 | 0.9490 |
|
73 |
+
| 0.2247 | 10.0 | 3180 | 0.3060 | 0.9487 |
|
74 |
|
75 |
|
76 |
### Framework versions
|