shimmyshimmer commited on
Commit
601b165
·
verified ·
1 Parent(s): 7d07941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ We have a free Google Colab notebook for turning Phi-4 into a reasoning model: h
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.
 
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
+
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.