Update README.md
Browse files
README.md
CHANGED
@@ -59,14 +59,6 @@ outputs = model.generate(**inputs, max_new_tokens=300)
|
|
59 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
60 |
```
|
61 |
|
62 |
-
⚡ Performance & Efficiency
|
63 |
-
Thanks to Unsloth's optimizations, this model trains and runs inference 2x faster with lower memory requirements via 4-bit quantization—ideal for local and edge deployment scenarios.
|
64 |
-
|
65 |
-
❤️ Acknowledgments
|
66 |
-
<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>
|
67 |
-
|
68 |
-
Special thanks to the Unsloth team and Hugging Face for enabling fast, low-resource fine-tuning of large language models.
|
69 |
-
|
70 |
📄 License
|
71 |
This model is licensed under the Apache License 2.0.
|
72 |
|
|
|
59 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
60 |
```
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
📄 License
|
63 |
This model is licensed under the Apache License 2.0.
|
64 |
|