Jeremiah Zhou
commited on
Commit
•
18a25db
1
Parent(s):
87f8056
update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -14,7 +16,7 @@ model-index:
|
|
14 |
name: Text Classification
|
15 |
type: text-classification
|
16 |
dataset:
|
17 |
-
name:
|
18 |
type: glue
|
19 |
args: qqp
|
20 |
metrics:
|
@@ -31,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# bert-base-uncased-qqp
|
33 |
|
34 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.2829
|
37 |
- Accuracy: 0.9100
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
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:
|
|
|
33 |
|
34 |
# bert-base-uncased-qqp
|
35 |
|
36 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE QQP dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.2829
|
39 |
- Accuracy: 0.9100
|