Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
Indonesian
ArXiv:
Libraries:
Datasets
pandas
License:
COPAL / README.md
haryoaw's picture
Update README.md
f7873bc
|
raw
history blame
No virus
476 Bytes
metadata
license: cc-by-sa-4.0
task_categories:
  - text-classification
language:
  - id
size_categories:
  - n<1K
configs:
  - config_name: id
    data_files:
      - split: test
        path: test_copal.csv
      - split: test_colloquial
        path: test_copal_colloquial.csv

How to Use

from datasets import load_dataset

copal_id_dataset = load_dataset('haryoaw/COPAL', 'id', subset='test')
copal_id_colloquial_dataset = load_dataset('haryoaw/COPAL', 'id', subset='test_colloquial')