shmuhammad commited on
Commit
aa64c61
1 Parent(s): 11af0ea

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +57 -0
dataset_infos.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "AfriSenti is the largest sentiment analysis benchmark for under-represented languages---covering 110,000+ annotated tweets in 14 African languages (Amharic, Algerian Arabic, Hausa, Igbo, Kinyarwanda, Moroccan Arabic, Mozambican Portuguese, Nigerian Pidgin, Oromo, Swahili, Tigrinya, Twi, Xitsonga, and Yoruba) from four language families (Afro-Asiatic, English Creole, Indo-European and Niger-Congo).\n",
4
+ "citation": " ",
5
+ "homepage": "https://github.com/afrisenti-semeval/afrisent-semeval-2023",
6
+ "license": "",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 3,
15
+ "names": [
16
+ "positive",
17
+ "negative",
18
+ "neutral"
19
+ ],
20
+ "names_file": null,
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "post_processed": null,
26
+ "supervised_keys": {
27
+ "input": "text",
28
+ "output": "label"
29
+ },
30
+ "task_templates": [
31
+ {
32
+ "task": "text-classification",
33
+ "text_column": "text",
34
+ "label_column": "label",
35
+ "labels": [
36
+ "positive",
37
+ "negative",
38
+ "neutral"
39
+ ]
40
+ }
41
+ ],
42
+ "builder_name": "AfriSenti",
43
+ "config_name": "default",
44
+ "version": {
45
+ "version_str": "0.0.0",
46
+ "description": null,
47
+ "major": 0,
48
+ "minor": 0,
49
+ "patch": 0
50
+
51
+ },
52
+ "download_size": 2069616,
53
+ "post_processing_size": null,
54
+ "dataset_size": 2173417,
55
+ "size_in_bytes": 4243033
56
+ }
57
+ }