Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ metrics:
|
|
| 8 |
model-index:
|
| 9 |
- name: test-bert-finetuned-cola
|
| 10 |
results: []
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -15,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# test-bert-finetuned-cola
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
- Loss: 0.7912
|
| 21 |
- Matthews Correlation: 0.5700
|
|
@@ -59,4 +61,4 @@ The following hyperparameters were used during training:
|
|
| 59 |
- Transformers 4.35.2
|
| 60 |
- Pytorch 2.1.0+cu121
|
| 61 |
- Datasets 2.17.0
|
| 62 |
-
- Tokenizers 0.15.1
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: test-bert-finetuned-cola
|
| 10 |
results: []
|
| 11 |
+
datasets:
|
| 12 |
+
- glue
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# test-bert-finetuned-cola
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the `glue/cola` dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.7912
|
| 23 |
- Matthews Correlation: 0.5700
|
|
|
|
| 61 |
- Transformers 4.35.2
|
| 62 |
- Pytorch 2.1.0+cu121
|
| 63 |
- Datasets 2.17.0
|
| 64 |
+
- Tokenizers 0.15.1
|