Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,37 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
ref: https://huggingface.co/datasets/indonlp/indonlu
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: text
|
6 |
+
dtype: string
|
7 |
+
- name: label
|
8 |
+
dtype:
|
9 |
+
class_label:
|
10 |
+
names:
|
11 |
+
'0': positive
|
12 |
+
'1': neutral
|
13 |
+
'2': negative
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 2209866
|
17 |
+
num_examples: 11000
|
18 |
+
- name: validation
|
19 |
+
num_bytes: 249625
|
20 |
+
num_examples: 1260
|
21 |
+
- name: test
|
22 |
+
num_bytes: 77037
|
23 |
+
num_examples: 500
|
24 |
+
download_size: 1470624
|
25 |
+
dataset_size: 2536528
|
26 |
+
configs:
|
27 |
+
- config_name: default
|
28 |
+
data_files:
|
29 |
+
- split: train
|
30 |
+
path: data/train-*
|
31 |
+
- split: validation
|
32 |
+
path: data/validation-*
|
33 |
+
- split: test
|
34 |
+
path: data/test-*
|
35 |
---
|
36 |
|
37 |
ref: https://huggingface.co/datasets/indonlp/indonlu
|