Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Samoed commited on
Commit
8bd08a2
·
verified ·
1 Parent(s): 84af475

Add eval config

Browse files
Files changed (1) hide show
  1. eval.yaml +11 -0
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