Upload dataset
Browse files
README.md
CHANGED
|
@@ -84,6 +84,20 @@ dataset_info:
|
|
| 84 |
num_examples: 24674591
|
| 85 |
download_size: 20840201122
|
| 86 |
dataset_size: 32862817488
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
configs:
|
| 88 |
- config_name: ar
|
| 89 |
data_files:
|
|
@@ -109,4 +123,8 @@ configs:
|
|
| 109 |
data_files:
|
| 110 |
- split: train
|
| 111 |
path: it/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
---
|
|
|
|
| 84 |
num_examples: 24674591
|
| 85 |
download_size: 20840201122
|
| 86 |
dataset_size: 32862817488
|
| 87 |
+
- config_name: ja
|
| 88 |
+
features:
|
| 89 |
+
- name: idx
|
| 90 |
+
dtype: int64
|
| 91 |
+
- name: start_ln
|
| 92 |
+
dtype: int64
|
| 93 |
+
- name: text
|
| 94 |
+
dtype: string
|
| 95 |
+
splits:
|
| 96 |
+
- name: train
|
| 97 |
+
num_bytes: 75607021621
|
| 98 |
+
num_examples: 65613665
|
| 99 |
+
download_size: 43271734711
|
| 100 |
+
dataset_size: 75607021621
|
| 101 |
configs:
|
| 102 |
- config_name: ar
|
| 103 |
data_files:
|
|
|
|
| 123 |
data_files:
|
| 124 |
- split: train
|
| 125 |
path: it/train-*
|
| 126 |
+
- config_name: ja
|
| 127 |
+
data_files:
|
| 128 |
+
- split: train
|
| 129 |
+
path: ja/train-*
|
| 130 |
---
|