danielhanchen commited on
Commit
9dea888
·
verified ·
1 Parent(s): e34d5c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -40,7 +40,12 @@ library_name: transformers
40
 
41
  We have a free Google Colab notebook for turning Phi-4 into a reasoning model: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4_(14B)-GRPO.ipynb
42
 
43
-
 
 
 
 
 
44
  ## ✨ Finetune for Free
45
 
46
  All notebooks are **beginner friendly**! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model which can be exported to GGUF, vLLM or uploaded to Hugging Face.
 
40
 
41
  We have a free Google Colab notebook for turning Phi-4 into a reasoning model: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4_(14B)-GRPO.ipynb
42
 
43
+ ### Unsloth bug fixes:
44
+ 1. Padding and EOS tokens are the same - fixed this.
45
+ 2. Chat template had extra EOS token - removed this. Otherwise you will be <|end|> during inference.
46
+ 3. EOS token should be <|end|> not <|endoftext|>. Otherwise it'll terminate at <|endoftext|>
47
+ 4. Changed unk_token to � from EOS.
48
+ 5.
49
  ## ✨ Finetune for Free
50
 
51
  All notebooks are **beginner friendly**! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model which can be exported to GGUF, vLLM or uploaded to Hugging Face.