update model card README.md
Browse files
README.md
CHANGED
@@ -16,12 +16,12 @@ model-index:
|
|
16 |
name: clinc_oos
|
17 |
type: clinc_oos
|
18 |
config: plus
|
19 |
-
split:
|
20 |
args: plus
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -57,27 +57,26 @@ The following hyperparameters were used during training:
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
-
- num_epochs:
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
-
| No log | 1.0 | 318 |
|
67 |
-
|
|
68 |
-
|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.0796 | 10.0 | 3180 | 0.0699 | 0.9368 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
79 |
|
80 |
-
- Transformers 4.
|
81 |
-
- Pytorch 1.13.
|
82 |
-
- Datasets 2.
|
83 |
- Tokenizers 0.13.2
|
|
|
16 |
name: clinc_oos
|
17 |
type: clinc_oos
|
18 |
config: plus
|
19 |
+
split: validation
|
20 |
args: plus
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.9470967741935484
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the clinc_oos dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.1800
|
35 |
+
- Accuracy: 0.9471
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 9
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| No log | 1.0 | 318 | 1.1371 | 0.7587 |
|
67 |
+
| 1.3942 | 2.0 | 636 | 0.5981 | 0.8813 |
|
68 |
+
| 1.3942 | 3.0 | 954 | 0.3519 | 0.9216 |
|
69 |
+
| 0.5437 | 4.0 | 1272 | 0.2509 | 0.9368 |
|
70 |
+
| 0.2651 | 5.0 | 1590 | 0.2124 | 0.9413 |
|
71 |
+
| 0.2651 | 6.0 | 1908 | 0.1945 | 0.9468 |
|
72 |
+
| 0.1875 | 7.0 | 2226 | 0.1853 | 0.9477 |
|
73 |
+
| 0.161 | 8.0 | 2544 | 0.1815 | 0.9474 |
|
74 |
+
| 0.161 | 9.0 | 2862 | 0.1800 | 0.9471 |
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
+
- Transformers 4.26.1
|
80 |
+
- Pytorch 1.13.1+cu116
|
81 |
+
- Datasets 2.9.0
|
82 |
- Tokenizers 0.13.2
|