Commit
·
8035dad
1
Parent(s):
0e1bfc7
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Matthews Correlation
|
23 |
type: matthews_correlation
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Matthews Correlation: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -57,22 +57,18 @@ The following hyperparameters were used during training:
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
-
- num_epochs:
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
66 |
-
| 0.
|
67 |
-
| 0.2851 | 2.0 | 1070 | 0.4959 | 0.5856 |
|
68 |
-
| 0.1812 | 3.0 | 1605 | 0.6463 | 0.5702 |
|
69 |
-
| 0.1226 | 4.0 | 2140 | 0.7568 | 0.6045 |
|
70 |
-
| 0.0821 | 5.0 | 2675 | 0.8841 | 0.5938 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
- Transformers 4.28.1
|
76 |
-
- Pytorch 2.0.0
|
77 |
- Datasets 2.11.0
|
78 |
- Tokenizers 0.13.3
|
|
|
21 |
metrics:
|
22 |
- name: Matthews Correlation
|
23 |
type: matthews_correlation
|
24 |
+
value: 0.5233331906511532
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.4712
|
35 |
+
- Matthews Correlation: 0.5233
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 1
|
61 |
|
62 |
### Training results
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
66 |
+
| 0.4783 | 1.0 | 535 | 0.4712 | 0.5233 |
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
70 |
|
71 |
- Transformers 4.28.1
|
72 |
+
- Pytorch 2.0.0
|
73 |
- Datasets 2.11.0
|
74 |
- Tokenizers 0.13.3
|