kazugiri commited on
Commit
90f0f82
·
verified ·
1 Parent(s): 1fedb8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- # how to use
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 is used to train this model.
 
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.