Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Filipino
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 540 Bytes
087a17c
c345cb4
 
 
087a17c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
---
language:
- tl
- en
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 995915
    num_examples: 10000
  - name: test
    num_bytes: 204381
    num_examples: 2048
  - name: validation
    num_bytes: 206605
    num_examples: 2048
  download_size: 952603
  dataset_size: 1406901
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---