buruzaemon
commited on
Commit
•
e2b31db
1
Parent(s):
3b45826
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 |
|
@@ -55,22 +55,17 @@ The following hyperparameters were used during training:
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
-
- num_epochs:
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
-
| No log | 1.0 | 318 |
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
| 0.
|
69 |
-
| 0.2079 | 6.0 | 1908 | 0.1645 | 0.9423 |
|
70 |
-
| 0.1641 | 7.0 | 2226 | 0.1591 | 0.9439 |
|
71 |
-
| 0.1476 | 8.0 | 2544 | 0.1561 | 0.9455 |
|
72 |
-
| 0.1476 | 9.0 | 2862 | 0.1542 | 0.9442 |
|
73 |
-
| 0.1413 | 10.0 | 3180 | 0.1536 | 0.9445 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
+
value: 0.9180645161290323
|
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.7719
|
33 |
+
- Accuracy: 0.9181
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 5
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| No log | 1.0 | 318 | 3.2882 | 0.7426 |
|
65 |
+
| 3.7861 | 2.0 | 636 | 1.8744 | 0.8381 |
|
66 |
+
| 3.7861 | 3.0 | 954 | 1.1567 | 0.8958 |
|
67 |
+
| 1.6922 | 4.0 | 1272 | 0.8569 | 0.9132 |
|
68 |
+
| 0.9055 | 5.0 | 1590 | 0.7719 | 0.9181 |
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|