Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## TextAttack Model Card
|
2 |
|
3 |
This `bert` model was fine-tuned using TextAttack. The model was fine-tuned
|
@@ -7,4 +14,4 @@
|
|
7 |
The best score the model achieved on this task was 0.9556666666666667, as measured by the
|
8 |
eval set accuracy, found after 3 epochs.
|
9 |
|
10 |
-
For more information, check out [TextAttack on Github](https://github.com/QData/TextAttack).
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
## TextAttack Model Card
|
9 |
|
10 |
This `bert` model was fine-tuned using TextAttack. The model was fine-tuned
|
|
|
14 |
The best score the model achieved on this task was 0.9556666666666667, as measured by the
|
15 |
eval set accuracy, found after 3 epochs.
|
16 |
|
17 |
+
For more information, check out [TextAttack on Github](https://github.com/QData/TextAttack).
|