Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Indonesian
Size:
100K - 1M
License:
farrelramdhani
commited on
Commit
·
09fd8a0
1
Parent(s):
099192f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- id
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: premise
|
12 |
+
dtype: string
|
13 |
+
- name: hyphothesis
|
14 |
+
dtype: string
|
15 |
+
- name: label
|
16 |
+
dtype: int64
|
17 |
+
splits:
|
18 |
+
- name: test
|
19 |
+
num_bytes: 1373665
|
20 |
+
num_examples: 10000
|
21 |
+
- name: train
|
22 |
+
num_bytes: 71884965
|
23 |
+
num_examples: 550152
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 1378057
|
26 |
+
num_examples: 10000
|
27 |
+
download_size: 20413774
|
28 |
+
dataset_size: 74636687
|
29 |
---
|
30 |
+
|
31 |
+
This is an Indonesia-translated version of [snli](https://huggingface.co/datasets/snli) dataset
|
32 |
+
|
33 |
+
Translated using [Helsinki-NLP/EN-ID](https://huggingface.co/Helsinki-NLP/opus-mt-en-id)
|