update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Matthews Correlation
|
21 |
type: matthews_correlation
|
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 glue dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss:
|
33 |
-
- Matthews Correlation: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -55,15 +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 | Matthews Correlation |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Matthews Correlation
|
21 |
type: matthews_correlation
|
22 |
+
value: 0.522211073949747
|
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 glue dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 1.0789
|
33 |
+
- Matthews Correlation: 0.5222
|
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 | Matthews Correlation |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
64 |
+
| 0.1472 | 1.0 | 535 | 0.8407 | 0.4915 |
|
65 |
+
| 0.1365 | 2.0 | 1070 | 0.9236 | 0.4990 |
|
66 |
+
| 0.1194 | 3.0 | 1605 | 0.8753 | 0.4953 |
|
67 |
+
| 0.1313 | 4.0 | 2140 | 0.9684 | 0.5013 |
|
68 |
+
| 0.0895 | 5.0 | 2675 | 1.0789 | 0.5222 |
|
69 |
|
70 |
|
71 |
### Framework versions
|