Training Completed
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 4.
|
68 |
-
| 2.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.34.1
|
77 |
-
- Pytorch 2.1
|
78 |
- Datasets 2.14.5
|
79 |
- Tokenizers 0.14.1
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9187096774193548
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.7733
|
36 |
+
- Accuracy: 0.9187
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 4.2746 | 1.0 | 318 | 3.2618 | 0.7171 |
|
68 |
+
| 2.6008 | 2.0 | 636 | 1.8601 | 0.8352 |
|
69 |
+
| 1.532 | 3.0 | 954 | 1.1511 | 0.8952 |
|
70 |
+
| 1.005 | 4.0 | 1272 | 0.8543 | 0.9135 |
|
71 |
+
| 0.7921 | 5.0 | 1590 | 0.7733 | 0.9187 |
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
- Transformers 4.34.1
|
77 |
+
- Pytorch 2.0.1
|
78 |
- Datasets 2.14.5
|
79 |
- Tokenizers 0.14.1
|