Datasets:

Modalities:
Text
Formats:
json
Languages:
Japanese
ArXiv:
Libraries:
Datasets
pandas
License:
izumi-lab
Update README.md
152e89e
|
raw
history blame
535 Bytes
---
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
)