update model card README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,11 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
datasets:
|
7 |
-
- glue
|
8 |
metrics:
|
9 |
- matthews_correlation
|
10 |
model-index:
|
11 |
- name: hBERTv2_data_aug_cola
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Text Classification
|
15 |
-
type: text-classification
|
16 |
-
dataset:
|
17 |
-
name: GLUE COLA
|
18 |
-
type: glue
|
19 |
-
args: cola
|
20 |
-
metrics:
|
21 |
-
- name: Matthews Correlation
|
22 |
-
type: matthews_correlation
|
23 |
-
value: 0.0
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
# hBERTv2_data_aug_cola
|
30 |
|
31 |
-
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2](https://huggingface.co/gokuls/bert_12_layer_model_v2) on
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
- Matthews Correlation: 0.0
|
35 |
|
36 |
## Model description
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
metrics:
|
5 |
- matthews_correlation
|
6 |
model-index:
|
7 |
- name: hBERTv2_data_aug_cola
|
8 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
13 |
|
14 |
# hBERTv2_data_aug_cola
|
15 |
|
16 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2](https://huggingface.co/gokuls/bert_12_layer_model_v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6203
|
19 |
- Matthews Correlation: 0.0
|
20 |
|
21 |
## Model description
|