add
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
task_categories:
|
4 |
+
- text_generation
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: text
|
10 |
+
dtype: string
|
11 |
---
|
12 |
+
|
13 |
+
oscar 2023をfilterしたもの
|
14 |
+
|
15 |
+
https://huggingface.co/datasets/oscar-corpus/OSCAR-2301
|
16 |
+
|
17 |
+
詳細はコードを参照
|
18 |
+
https://github.com/if001/HojiChar_OSCAR_sample/blob/master/pre_filter.py#L163-L176
|
19 |
+
https://github.com/if001/HojiChar_OSCAR_sample/blob/master/dedup_all.py#L81-L88
|