fix the grammar in the readme
Browse files
README.md
CHANGED
@@ -22,13 +22,13 @@ Please refer to the Unsloth fine-tuning guide for:
|
|
22 |
|
23 |
### Fine-tuning using Unsloth
|
24 |
|
25 |
-
2024-02-07
|
26 |
|
27 |
- [Alpaca + TinyLlama + RoPE Scaling full example.ipynb](https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing)
|
28 |
|
29 |
## How do I generate my own model merges?
|
30 |
|
31 |
-
This requires
|
32 |
|
33 |
If you're using the command line you can use:
|
34 |
|
|
|
22 |
|
23 |
### Fine-tuning using Unsloth
|
24 |
|
25 |
+
2024-02-07 was unable to use unsloth due to pip install issues. Maybe others in the future will have more luck:
|
26 |
|
27 |
- [Alpaca + TinyLlama + RoPE Scaling full example.ipynb](https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing)
|
28 |
|
29 |
## How do I generate my own model merges?
|
30 |
|
31 |
+
This requires setting up your [HuggingFace User Account Access Tokens](https://huggingface.co/settings/tokens) before it will work:
|
32 |
|
33 |
If you're using the command line you can use:
|
34 |
|