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:
|
@@ -15,7 +13,7 @@ model-index:
|
|
15 |
name: Text Classification
|
16 |
type: text-classification
|
17 |
dataset:
|
18 |
-
name:
|
19 |
type: glue
|
20 |
config: qqp
|
21 |
split: validation
|
@@ -23,10 +21,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -34,12 +32,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
|
35 |
# hBERTv1_qqp
|
36 |
|
37 |
-
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1](https://huggingface.co/gokuls/bert_12_layer_model_v1) on the
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
-
- Combined Score: 0.
|
43 |
|
44 |
## Model description
|
45 |
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
|
|
13 |
name: Text Classification
|
14 |
type: text-classification
|
15 |
dataset:
|
16 |
+
name: glue
|
17 |
type: glue
|
18 |
config: qqp
|
19 |
split: validation
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8781103141231759
|
25 |
- name: F1
|
26 |
type: f1
|
27 |
+
value: 0.8354371201496026
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
# hBERTv1_qqp
|
34 |
|
35 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1](https://huggingface.co/gokuls/bert_12_layer_model_v1) on the glue dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.4176
|
38 |
+
- Accuracy: 0.8781
|
39 |
+
- F1: 0.8354
|
40 |
+
- Combined Score: 0.8568
|
41 |
|
42 |
## Model description
|
43 |
|