Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,13 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc0-1.0
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
-
language:
|
6 |
-
- ja
|
7 |
dataset_info:
|
8 |
features:
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
oscar 2023をfilterしたもの
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ja
|
4 |
license: cc0-1.0
|
5 |
task_categories:
|
6 |
- text-generation
|
|
|
|
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: text
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 177901962
|
14 |
+
num_examples: 161401
|
15 |
+
download_size: 107585837
|
16 |
+
dataset_size: 177901962
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
---
|
23 |
|
24 |
oscar 2023をfilterしたもの
|