Commit
·
82aab44
1
Parent(s):
932d0ba
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
Simple quote-type prediction model, based on AutoModelSequenceClassification.
|
| 6 |
+
|
| 7 |
+
Scores:
|
| 8 |
+
"test_loss": 0.8912712335586548,
|
| 9 |
+
"test_macro_f1": 0.5103889782929176,
|
| 10 |
+
"test_micro_f1": 0.7168432590427475,
|
| 11 |
+
|
| 12 |
+
Which is slightly lower than this one: https://huggingface.co/alex2awesome/quote-type-sentence-model
|
| 13 |
+
Which is trained on the same dataset.
|
| 14 |
+
|
| 15 |
+
Usage:
|
| 16 |
+
|