khadija267
commited on
Commit
·
e1430e4
1
Parent(s):
b507be8
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 |
-
| 3.
|
65 |
-
|
|
66 |
-
| 1.
|
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.947741935483871
|
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.2830
|
33 |
+
- Accuracy: 0.9477
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| 3.8723 | 1.0 | 318 | 2.8941 | 0.7461 |
|
65 |
+
| 2.2155 | 2.0 | 636 | 1.4516 | 0.8613 |
|
66 |
+
| 1.0985 | 3.0 | 954 | 0.7466 | 0.9152 |
|
67 |
+
| 0.5635 | 4.0 | 1272 | 0.4707 | 0.9358 |
|
68 |
+
| 0.3294 | 5.0 | 1590 | 0.3628 | 0.9429 |
|
69 |
+
| 0.221 | 6.0 | 1908 | 0.3173 | 0.9439 |
|
70 |
+
| 0.1671 | 7.0 | 2226 | 0.2968 | 0.9477 |
|
71 |
+
| 0.14 | 8.0 | 2544 | 0.2876 | 0.9484 |
|
72 |
+
| 0.1263 | 9.0 | 2862 | 0.2838 | 0.9471 |
|
73 |
+
| 0.1189 | 10.0 | 3180 | 0.2830 | 0.9477 |
|
74 |
|
75 |
|
76 |
### Framework versions
|