Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: FinancialPhrasebankClassification
|
| 2 |
+
description: Polar sentiment dataset of sentences from financial news, categorized
|
| 3 |
+
by sentiment into positive, negative, or neutral.
|
| 4 |
+
evaluation_framework: mteb
|
| 5 |
+
tasks:
|
| 6 |
+
- id: FinancialPhrasebankClassification
|
| 7 |
+
- id: FinancialPhrasebankClassification_default_train
|
| 8 |
+
config: default
|
| 9 |
+
split: train
|