Add eval config
Browse files
eval.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: PoemSentimentClassification
|
| 2 |
+
description: Poem Sentiment is a sentiment dataset of poem verses from Project Gutenberg.
|
| 3 |
+
evaluation_framework: mteb
|
| 4 |
+
tasks:
|
| 5 |
+
- id: PoemSentimentClassification
|
| 6 |
+
- id: PoemSentimentClassification_default_validation
|
| 7 |
+
config: default
|
| 8 |
+
split: validation
|
| 9 |
+
- id: PoemSentimentClassification_default_test
|
| 10 |
+
config: default
|
| 11 |
+
split: test
|