Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This dataset is a translation of "databricks-dolly-15k-ja", which was created by automatically translating "databricks-dolly-15k" into Japanese, into input and output formats.
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: input
|
11 |
+
dtype: string
|
12 |
+
- name: output
|
13 |
+
dtype: string
|
14 |
+
- name: index
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 17831534
|
19 |
+
num_examples: 15015
|
20 |
+
download_size: 9365745
|
21 |
+
dataset_size: 17831534
|
22 |
---
|
23 |
|
24 |
This dataset is a translation of "databricks-dolly-15k-ja", which was created by automatically translating "databricks-dolly-15k" into Japanese, into input and output formats.
|