File size: 535 Bytes
26de9f2 f87ac6f e3a68a0 152e89e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: cc-by-sa-4.0
language:
- ja
size_categories:
- 1M<n<10M
---
# llm-japanese-dataset
LLM構築用の日本語データセット
## how to use
```python
from datasets import load_dataset
dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="main")
dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="a.b.c") # for specific version
```
For more details, see: https://github.com/masanorihirano/llm-japanese-dataset
## LICENSE
CC-BY-SA 4.0
(For more details, see: LICENSE, NOTICE.md, NOTICE2.md
) |