Commit
·
f0edd85
1
Parent(s):
1b798be
update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Matthews Correlation
|
24 |
type: matthews_correlation
|
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 glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Matthews Correlation: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,13 +64,13 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.31.0
|
74 |
- Pytorch 2.0.1+cu118
|
75 |
-
- Datasets 2.14.
|
76 |
- Tokenizers 0.13.3
|
|
|
22 |
metrics:
|
23 |
- name: Matthews Correlation
|
24 |
type: matthews_correlation
|
25 |
+
value: 0.4371151083758757
|
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 glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.5359
|
36 |
+
- Matthews Correlation: 0.4371
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
67 |
+
| 0.5984 | 1.0 | 535 | 0.5110 | 0.4142 |
|
68 |
+
| 0.3848 | 2.0 | 1070 | 0.5359 | 0.4371 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.31.0
|
74 |
- Pytorch 2.0.1+cu118
|
75 |
+
- Datasets 2.14.3
|
76 |
- Tokenizers 0.13.3
|