Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
d989b48
1 Parent(s): 032b575

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: annotator_city_from_IP
5
+ dtype: string
6
+ - name: annotator_country_from_IP
7
+ dtype: string
8
+ - name: annotator_dialect
9
+ dtype: string
10
+ - name: annotator_id
11
+ dtype: string
12
+ - name: annotator_residence
13
+ dtype: string
14
+ - name: annotator_native_arabic_speaker
15
+ dtype: string
16
+ - name: average_dialectness_level
17
+ dtype: string
18
+ - name: comment_id
19
+ dtype: string
20
+ - name: dialect_level
21
+ dtype: string
22
+ - name: dialect
23
+ dtype: string
24
+ - name: dialectness_level
25
+ dtype: string
26
+ - name: document
27
+ dtype: string
28
+ - name: ratio_junk_or_missing
29
+ dtype: string
30
+ - name: length
31
+ dtype: string
32
+ - name: number_annotations
33
+ dtype: string
34
+ - name: same_label
35
+ dtype: string
36
+ - name: same_polarity
37
+ dtype: string
38
+ - name: sentence
39
+ dtype: string
40
+ - name: source
41
+ dtype: string
42
+ - name: comments_per_document
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 64397475
47
+ num_examples: 102886
48
+ - name: test
49
+ num_bytes: 7929386
50
+ num_examples: 12689
51
+ - name: validation
52
+ num_bytes: 7761272
53
+ num_examples: 12260
54
+ download_size: 20921347
55
+ dataset_size: 80088133
56
+ ---
57
+ # Dataset Card for "AOC_ALDi"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)