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: 1.
|
| 35 |
-
- Matthews Correlation: 0.
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
@@ -51,24 +51,26 @@ More information needed
|
|
| 51 |
### Training hyperparameters
|
| 52 |
|
| 53 |
The following hyperparameters were used during training:
|
| 54 |
-
- learning_rate: 1.
|
| 55 |
-
- train_batch_size:
|
| 56 |
- eval_batch_size: 16
|
| 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
|
| 65 |
-
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
|
|
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
|
|
|
| 21 |
metrics:
|
| 22 |
- name: Matthews Correlation
|
| 23 |
type: matthews_correlation
|
| 24 |
+
value: 0.5788207437251082
|
| 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: 1.2150
|
| 35 |
+
- Matthews Correlation: 0.5788
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 51 |
### Training hyperparameters
|
| 52 |
|
| 53 |
The following hyperparameters were used during training:
|
| 54 |
+
- learning_rate: 1.1521858230688484e-05
|
| 55 |
+
- train_batch_size: 8
|
| 56 |
- eval_batch_size: 16
|
| 57 |
- seed: 42
|
| 58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 59 |
- lr_scheduler_type: linear
|
| 60 |
+
- num_epochs: 8
|
| 61 |
|
| 62 |
### Training results
|
| 63 |
|
| 64 |
+
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
| 65 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
| 66 |
+
| 0.4531 | 1.0 | 1069 | 0.4530 | 0.5275 |
|
| 67 |
+
| 0.3349 | 2.0 | 2138 | 0.5377 | 0.5475 |
|
| 68 |
+
| 0.2624 | 3.0 | 3207 | 0.8287 | 0.5574 |
|
| 69 |
+
| 0.1903 | 4.0 | 4276 | 0.8971 | 0.5525 |
|
| 70 |
+
| 0.1356 | 5.0 | 5345 | 0.9994 | 0.5662 |
|
| 71 |
+
| 0.0861 | 6.0 | 6414 | 1.0434 | 0.5731 |
|
| 72 |
+
| 0.0576 | 7.0 | 7483 | 1.1683 | 0.5735 |
|
| 73 |
+
| 0.0504 | 8.0 | 8552 | 1.2150 | 0.5788 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|