update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
@@ -13,7 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# bert-base-uncased-sst2
|
15 |
|
16 |
-
This model is a fine-tuned version of [textattack/bert-base-uncased-SST-2](https://huggingface.co/textattack/bert-base-uncased-SST-2) on the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
|
|
15 |
|
16 |
# bert-base-uncased-sst2
|
17 |
|
18 |
+
This model is a fine-tuned version of [textattack/bert-base-uncased-SST-2](https://huggingface.co/textattack/bert-base-uncased-SST-2) on the GLUE SST2 dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- eval_loss: 0.2140
|
21 |
+
- eval_accuracy: 0.9243
|
22 |
+
- eval_runtime: 56.1937
|
23 |
+
- eval_samples_per_second: 15.518
|
24 |
+
- eval_steps_per_second: 1.94
|
25 |
+
- step: 0
|
26 |
|
27 |
## Model description
|
28 |
|