matlok commited on
Commit
850d001
1 Parent(s): 31cc6a5

fix the grammar in the readme

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 - 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 running having the HuggingFace token set before it will work:
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