Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
4be2201
1 Parent(s): 9470fbf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: ID
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ 0: NEU
11
+ 1: NEG
12
+ 2: MIX
13
+ 3: POS
14
+ splits:
15
+ - name: test
16
+ num_bytes: 4034
17
+ num_examples: 144
18
+ - name: train
19
+ num_bytes: 27839
20
+ num_examples: 998
21
+ - name: validation
22
+ num_bytes: 3823
23
+ num_examples: 137
24
+ download_size: 12217
25
+ dataset_size: 35696
26
+ ---
27
+ # Dataset Card for "NArabizi"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)