End of training
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 [bert-base-cased](https://huggingface.co/bert-base-cased) 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,9 +64,9 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Matthews Correlation
|
24 |
type: matthews_correlation
|
25 |
+
value: 0.5730897440667784
|
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on the glue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.8483
|
36 |
+
- Matthews Correlation: 0.5731
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
67 |
+
| 0.4485 | 1.0 | 1069 | 0.4392 | 0.5550 |
|
68 |
+
| 0.3059 | 2.0 | 2138 | 0.6730 | 0.5576 |
|
69 |
+
| 0.1866 | 3.0 | 3207 | 0.8483 | 0.5731 |
|
70 |
|
71 |
|
72 |
### Framework versions
|