shimmyshimmer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,15 +19,11 @@ library_name: transformers
|
|
19 |
|
20 |
## ***See [our collection](https://huggingface.co/collections/unsloth/phi-4-all-versions-677eecf93784e61afe762afa) for versions of Phi-4 including GGUF, 4-bit & more formats.***
|
21 |
|
22 |
-
# Finetune Phi-4, Llama 3.3 2-5x faster with 70% less memory via Unsloth!
|
23 |
-
We have a free Google Colab Tesla T4 notebook for Phi-4 here: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb
|
24 |
-
|
25 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
26 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
27 |
-
|
28 |
# unsloth/phi-4-GGUF
|
29 |
We have converted Phi-4 to Llama's architecture for improved ease of use, better fine-tuning, and greater accuracy. Also contains our bugfixes.
|
30 |
|
|
|
|
|
31 |
To use Phi-4 in llama.cpp, do:
|
32 |
|
33 |
```./llama.cpp/llama-cli
|
@@ -44,6 +40,11 @@ Which will produce:
|
|
44 |
3. 00010
|
45 |
```
|
46 |
|
|
|
|
|
|
|
|
|
|
|
47 |
## ✨ Finetune for Free
|
48 |
|
49 |
All notebooks are **beginner friendly**! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model.
|
|
|
19 |
|
20 |
## ***See [our collection](https://huggingface.co/collections/unsloth/phi-4-all-versions-677eecf93784e61afe762afa) for versions of Phi-4 including GGUF, 4-bit & more formats.***
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# unsloth/phi-4-GGUF
|
23 |
We have converted Phi-4 to Llama's architecture for improved ease of use, better fine-tuning, and greater accuracy. Also contains our bugfixes.
|
24 |
|
25 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
26 |
+
|
27 |
To use Phi-4 in llama.cpp, do:
|
28 |
|
29 |
```./llama.cpp/llama-cli
|
|
|
40 |
3. 00010
|
41 |
```
|
42 |
|
43 |
+
# Finetune Phi-4, Llama 3.3 2-5x faster with 70% less memory via Unsloth!
|
44 |
+
We have a free Google Colab Tesla T4 notebook for Phi-4 here: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb
|
45 |
+
|
46 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
47 |
+
|
48 |
## ✨ Finetune for Free
|
49 |
|
50 |
All notebooks are **beginner friendly**! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model.
|