Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
|
24 |
|
25 |
-
#
|
26 |
Using Google Colab
|
27 |
```python
|
28 |
!pip install -U bitsandbytes
|
@@ -175,4 +175,4 @@ with open(f"./{model_name}-outputs.jsonl", 'w', encoding='utf-8') as f:
|
|
175 |
```
|
176 |
|
177 |
# Notes
|
178 |
-
- [llm-jp/oasst1-21k-ja](https://huggingface.co/datasets/llm-jp/oasst1-21k-ja) dataset
|
|
|
22 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
|
24 |
|
25 |
+
# How to use
|
26 |
Using Google Colab
|
27 |
```python
|
28 |
!pip install -U bitsandbytes
|
|
|
175 |
```
|
176 |
|
177 |
# Notes
|
178 |
+
- [llm-jp/oasst1-21k-ja](https://huggingface.co/datasets/llm-jp/oasst1-21k-ja) dataset was used to train this model.
|