update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
@@ -14,7 +12,7 @@ model-index:
|
|
14 |
name: Text Classification
|
15 |
type: text-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: glue
|
19 |
config: cola
|
20 |
split: validation
|
@@ -30,9 +28,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# hBERTv2_new_pretrain_cola
|
32 |
|
33 |
-
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss:
|
36 |
- Matthews Correlation: 0.0
|
37 |
|
38 |
## Model description
|
@@ -52,7 +50,7 @@ More information needed
|
|
52 |
### Training hyperparameters
|
53 |
|
54 |
The following hyperparameters were used during training:
|
55 |
-
- learning_rate:
|
56 |
- train_batch_size: 128
|
57 |
- eval_batch_size: 128
|
58 |
- seed: 10
|
@@ -65,12 +63,14 @@ The following hyperparameters were used during training:
|
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
|
|
|
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
|
|
12 |
name: Text Classification
|
13 |
type: text-classification
|
14 |
dataset:
|
15 |
+
name: glue
|
16 |
type: glue
|
17 |
config: cola
|
18 |
split: validation
|
|
|
28 |
|
29 |
# hBERTv2_new_pretrain_cola
|
30 |
|
31 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the glue dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.6200
|
34 |
- Matthews Correlation: 0.0
|
35 |
|
36 |
## Model description
|
|
|
50 |
### Training hyperparameters
|
51 |
|
52 |
The following hyperparameters were used during training:
|
53 |
+
- learning_rate: 4e-05
|
54 |
- train_batch_size: 128
|
55 |
- eval_batch_size: 128
|
56 |
- seed: 10
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
66 |
+
| 0.6294 | 1.0 | 67 | 0.6236 | 0.0 |
|
67 |
+
| 0.6169 | 2.0 | 134 | 0.6312 | 0.0 |
|
68 |
+
| 0.6115 | 3.0 | 201 | 0.6173 | 0.0 |
|
69 |
+
| 0.6372 | 4.0 | 268 | 0.6201 | 0.0 |
|
70 |
+
| 0.6087 | 5.0 | 335 | 0.6217 | 0.0 |
|
71 |
+
| 0.6086 | 6.0 | 402 | 0.6248 | 0.0 |
|
72 |
+
| 0.6113 | 7.0 | 469 | 0.6283 | 0.0 |
|
73 |
+
| 0.6109 | 8.0 | 536 | 0.6200 | 0.0 |
|
74 |
|
75 |
|
76 |
### Framework versions
|