asahi417 commited on
Commit
13a6eac
1 Parent(s): 21b237e
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # SuperTweetEval
2
 
3
  # Dataset Card for "super_tweet_eval"
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
+ license:
7
+ - unknown
8
+ multilinguality:
9
+ - monolingual
10
+ size_categories:
11
+ - n<10K
12
+ source_datasets:
13
+ - extended|other
14
+ task_categories:
15
+ - text-classification
16
+ - token-classification
17
+ - question-answering
18
+ - regression
19
+ task_ids:
20
+ - topic-classification
21
+ - regression
22
+ - named-entity-recognition
23
+ - abstractive-qa
24
+ pretty_name: SuperTweetEval
25
+ tags:
26
+ - super_tweet_eval
27
+ - tweet_eval
28
+ - natural language understanding
29
+ dataset_info:
30
+ - config_name: tweet_topic
31
+ features:
32
+ - name: date
33
+ dtype: string
34
+ - name: id
35
+ dtype: string
36
+ - name: text
37
+ dtype: string
38
+ - name: label_list
39
+ dtype: list
40
+ splits:
41
+ - name: test
42
+ num_examples: 1679
43
+ - name: train
44
+ num_examples: 4585
45
+ - name: validation
46
+ num_examples: 573
47
+ ---
48
+
49
+
50
  # SuperTweetEval
51
 
52
  # Dataset Card for "super_tweet_eval"