Datasets:

Modalities:
Text
Formats:
json
Languages:
Japanese
ArXiv:
Libraries:
Datasets
pandas
License:
izumi-lab commited on
Commit
152e89e
1 Parent(s): b746da6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -8,3 +8,17 @@ size_categories:
8
 
9
  # llm-japanese-dataset
10
  LLM構築用の日本語データセット
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  # llm-japanese-dataset
10
  LLM構築用の日本語データセット
11
+
12
+ ## how to use
13
+ ```python
14
+ from datasets import load_dataset
15
+ dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="main")
16
+ dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="a.b.c") # for specific version
17
+ ```
18
+
19
+ For more details, see: https://github.com/masanorihirano/llm-japanese-dataset
20
+
21
+ ## LICENSE
22
+ CC-BY-SA 4.0
23
+ (For more details, see: LICENSE, NOTICE.md, NOTICE2.md
24
+ )