sciarrilli
commited on
Commit
•
9747a40
1
Parent(s):
79b0ebf
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
|
@@ -27,10 +27,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
27 |
|
28 |
# distilbert-base-uncased-cola
|
29 |
|
30 |
-
This model is a fine-tuned version of [
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 1.
|
33 |
-
- Matthews Correlation: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -61,16 +61,16 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Matthews Correlation
|
21 |
type: matthews_correlation
|
22 |
+
value: 0.5301312348234369
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# distilbert-base-uncased-cola
|
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.2715
|
33 |
+
- Matthews Correlation: 0.5301
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
64 |
+
| 0.5216 | 1.0 | 535 | 0.5124 | 0.4104 |
|
65 |
+
| 0.3456 | 2.0 | 1070 | 0.5700 | 0.4692 |
|
66 |
+
| 0.2362 | 3.0 | 1605 | 0.7277 | 0.4844 |
|
67 |
+
| 0.1818 | 4.0 | 2140 | 0.7553 | 0.5007 |
|
68 |
+
| 0.1509 | 5.0 | 2675 | 0.9406 | 0.4987 |
|
69 |
+
| 0.1017 | 6.0 | 3210 | 0.9475 | 0.5387 |
|
70 |
+
| 0.0854 | 7.0 | 3745 | 1.0933 | 0.5317 |
|
71 |
+
| 0.051 | 8.0 | 4280 | 1.1719 | 0.5358 |
|
72 |
+
| 0.0512 | 9.0 | 4815 | 1.2296 | 0.5321 |
|
73 |
+
| 0.0308 | 10.0 | 5350 | 1.2715 | 0.5301 |
|
74 |
|
75 |
|
76 |
### Framework versions
|