Jeremiah Zhou
commited on
Commit
·
8fb8bad
1
Parent(s):
155cfa4
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
|
|
@@ -13,7 +15,7 @@ model-index:
|
|
| 13 |
name: Text Classification
|
| 14 |
type: text-classification
|
| 15 |
dataset:
|
| 16 |
-
name:
|
| 17 |
type: glue
|
| 18 |
args: qnli
|
| 19 |
metrics:
|
|
@@ -27,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 27 |
|
| 28 |
# bert-base-uncased-qnli
|
| 29 |
|
| 30 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the
|
| 31 |
It achieves the following results on the evaluation set:
|
| 32 |
- Loss: 0.3208
|
| 33 |
- Accuracy: 0.9125
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 15 |
name: Text Classification
|
| 16 |
type: text-classification
|
| 17 |
dataset:
|
| 18 |
+
name: GLUE QNLI
|
| 19 |
type: glue
|
| 20 |
args: qnli
|
| 21 |
metrics:
|
|
|
|
| 29 |
|
| 30 |
# bert-base-uncased-qnli
|
| 31 |
|
| 32 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE QNLI dataset.
|
| 33 |
It achieves the following results on the evaluation set:
|
| 34 |
- Loss: 0.3208
|
| 35 |
- Accuracy: 0.9125
|