himanshu007 commited on
Commit
2a52223
·
verified ·
1 Parent(s): a082a3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
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