Text Generation
PEFT
Japanese
stardust-coder commited on
Commit
b88c016
1 Parent(s): 4ed041a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  library_name: peft
3
  license: llama2
4
  datasets:
@@ -10,9 +11,15 @@ pipeline_tag: text-generation
10
 
11
  # AIgroup-CVM-utokyohospital/Llama-2-70b-chat-4bit-japanese
12
 
13
- This model is Llama-2-Chat 70B fine-tuned with a part of the following Japanese version of the alpaca dataset.
 
 
14
 
15
  https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset
 
 
 
 
16
 
17
  - max_steps = 10000
18
  - batch_size = 4
 
1
  ---
2
+ inference: false
3
  library_name: peft
4
  license: llama2
5
  datasets:
 
11
 
12
  # AIgroup-CVM-utokyohospital/Llama-2-70b-chat-4bit-japanese
13
 
14
+ This model is Llama-2-Chat 70B fine-tuned with a part of the Japanese instruction dataset named `izumi-lab/llm-japanese dataset`.
15
+
16
+ The dataset is published under the license CC-BY-SA 4.0. Check the following link.
17
 
18
  https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset
19
+ ```
20
+ from datasets import load_dataset
21
+ dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="main")
22
+ ```
23
 
24
  - max_steps = 10000
25
  - batch_size = 4