metascroy commited on
Commit
ef94e10
·
verified ·
1 Parent(s): 7a81fd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -22,11 +22,13 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
24
 
25
-
26
  # Script
27
  ```Python
28
  # =========================================================================================
29
  # Fine-tuning script based on https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_%281B_and_3B%29-Conversational.ipynb
 
 
 
30
  # =========================================================================================
31
 
32
  from unsloth import FastLanguageModel
 
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
24
 
 
25
  # Script
26
  ```Python
27
  # =========================================================================================
28
  # Fine-tuning script based on https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_%281B_and_3B%29-Conversational.ipynb
29
+ #
30
+ # This script and HF checkpoint are only intended to showcase how to do finetuning in a way compatible with ExecuTorch
31
+ # Only 100 steps are done, and quality of the finetuned model is not evaluated
32
  # =========================================================================================
33
 
34
  from unsloth import FastLanguageModel