Jeremiah Zhou
commited on
Commit
•
3aaa651
1
Parent(s):
2d09fc6
update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -14,16 +16,16 @@ model-index:
|
|
14 |
name: Text Classification
|
15 |
type: text-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: glue
|
19 |
args: qqp
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,12 +33,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# roberta-base-qqp
|
33 |
|
34 |
-
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
-
- Combined Score: 0.
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
16 |
name: Text Classification
|
17 |
type: text-classification
|
18 |
dataset:
|
19 |
+
name: GLUE QQP
|
20 |
type: glue
|
21 |
args: qqp
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9152609448429384
|
26 |
- name: F1
|
27 |
type: f1
|
28 |
+
value: 0.8867138416771377
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
# roberta-base-qqp
|
35 |
|
36 |
+
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the GLUE QQP dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.4435
|
39 |
+
- Accuracy: 0.9153
|
40 |
+
- F1: 0.8867
|
41 |
+
- Combined Score: 0.9010
|
42 |
|
43 |
## Model description
|
44 |
|