Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
Tags:
language-identification
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,31 @@ paperswithcode_id: null
|
|
24 |
pretty_name: ilist
|
25 |
tags:
|
26 |
- language-identification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Dataset Card for ilist
|
|
|
24 |
pretty_name: ilist
|
25 |
tags:
|
26 |
- language-identification
|
27 |
+
dataset_info:
|
28 |
+
features:
|
29 |
+
- name: language_id
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
0: AWA
|
34 |
+
1: BRA
|
35 |
+
2: MAG
|
36 |
+
3: BHO
|
37 |
+
4: HIN
|
38 |
+
- name: text
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 2146857
|
43 |
+
num_examples: 9692
|
44 |
+
- name: train
|
45 |
+
num_bytes: 14362998
|
46 |
+
num_examples: 70351
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 2407643
|
49 |
+
num_examples: 10329
|
50 |
+
download_size: 18284850
|
51 |
+
dataset_size: 18917498
|
52 |
---
|
53 |
|
54 |
# Dataset Card for ilist
|