shimmyshimmer commited on
Commit
a3eb845
·
verified ·
1 Parent(s): 7dc5ea1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -2
README.md CHANGED
@@ -98,8 +98,42 @@ extra_gated_heading: "Please be sure to provide your full legal name, date of bi
98
  license: other
99
  license_name: llama4
100
  ---
101
-
102
- # In the works! Wait for official announcement!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
104
  ## Model Information
105
 
 
98
  license: other
99
  license_name: llama4
100
  ---
101
+ <div>
102
+ <p style="margin-bottom: 0; margin-top: 0;">
103
+ <strong>See <a href="https://huggingface.co/collections/unsloth/llama-4-67f19503d764b0f3a2a868d2">our collection</a> for versions of Llama 4 including 4-bit & 16-bit formats.</strong>
104
+ </p>
105
+ <p style="margin-bottom: 0;">
106
+ <em><a href="https://docs.unsloth.ai/basics/tutorial-how-to-run-and-fine-tune-llama-4">Read our Guide</a> to see how to Fine-tune & Run Llama 4 correctly.</em>
107
+ </p>
108
+ <div style="display: flex; gap: 5px; align-items: center; ">
109
+ <a href="https://github.com/unslothai/unsloth/">
110
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
111
+ </a>
112
+ <a href="https://discord.gg/unsloth">
113
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
114
+ </a>
115
+ <a href="https://docs.unsloth.ai/basics/tutorials-how-to-fine-tune-and-run-llms">
116
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
117
+ </a>
118
+ </div>
119
+ <h1 style="margin-top: 0rem;">✨ Fine-tune Llama 4 with Unsloth!</h1>
120
+ </div>
121
+
122
+ - Fine-tune Llama-4-Scout on a single H100 80GB GPU using Unsloth!
123
+ - Read our Blog about Llama 4 support: [unsloth.ai/blog/llama4](https://unsloth.ai/blog/llama4)
124
+ - View the rest of our notebooks in our [docs here](https://docs.unsloth.ai/get-started/unsloth-notebooks).
125
+ - Export your fine-tuned model to GGUF, Ollama, llama.cpp, vLLM or 🤗HF.
126
+
127
+ | Unsloth supports | Free Notebooks | Performance | Memory use |
128
+ |-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
129
+ | **GRPO with Llama 3.1 (8B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-GRPO.ipynb) | 2x faster | 80% less |
130
+ | **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(1B_and_3B)-Conversational.ipynb) | 2.4x faster | 58% less |
131
+ | **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(11B)-Vision.ipynb) | 2x faster | 60% less |
132
+ | **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(7B)-Alpaca.ipynb) | 2x faster | 60% less |
133
+ | **Phi-4 (14B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_4-Conversational.ipynb) | 2x faster | 50% less |
134
+ | **Mistral (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Mistral_v0.3_(7B)-Conversational.ipynb) | 2.2x faster | 62% less |
135
+
136
+ <br>
137
 
138
  ## Model Information
139