Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Samoed commited on
Commit
389f282
·
verified ·
1 Parent(s): b4280e9

Add eval config

Browse files
Files changed (1) hide show
  1. eval.yaml +13 -0
eval.yaml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: TweetTopicSingleClassification
2
+ description: Topic classification dataset on Twitter with 6 labels. Each instance
3
+ of TweetTopic comes with a timestamp which distributes from September 2019 to August
4
+ 2021. Tweets were preprocessed before the annotation to normalize some artifacts,
5
+ converting URLs into a special token {{URL}} and non-verified usernames into {{USERNAME}}.
6
+ For verified usernames, we replace its display name (or account name) with symbols
7
+ {@}.
8
+ evaluation_framework: mteb
9
+ tasks:
10
+ - id: TweetTopicSingleClassification
11
+ - id: TweetTopicSingleClassification_default_test_2021
12
+ config: default
13
+ split: test_2021