Commit
·
2f964db
1
Parent(s):
b88c016
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,12 +11,12 @@ pipeline_tag: text-generation
|
|
| 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
|
| 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 |
```
|
|
|
|
| 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 |
+
```python
|
| 20 |
from datasets import load_dataset
|
| 21 |
dataset = load_dataset("izumi-lab/llm-japanese-dataset", revision="main")
|
| 22 |
```
|