Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
File size: 518 Bytes
152cead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
dataset_info:
  features:
  - name: Term
    dtype: string
  - name: 'Egyptian/collequial '
    dtype: string
  - name: MSA
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': compound_neg
          '1': negative
          '2': positive
          '3': compound_pos
  splits:
  - name: train
    num_bytes: 197173
    num_examples: 5953
  download_size: 59167
  dataset_size: 197173
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---