This model has been pushed to the Hub using the
PytorchModelHubMixin integration.
The objective of this project is to reduce model size and memory usage while maintaining inference quality for research and local deployment.
1from optimum.quanto import QuantizedModelForCausalLM
2from transformers import AutoTokenizer
3
4model = QuantizedModelForCausalLM.from_pretrained(
5 "YOUR_USERNAME/Qwen2.5-7B-Instruct-INT8"
6)
7
8tokenizer = AutoTokenizer.from_pretrained(
9 "YOUR_USERNAME/Qwen2.5-7B-Instruct-INT8"
10)
Benchmarking is currently in progress.
Benchmark results will be added after evaluation.
Please follow the original model's license and usage terms when using or redistributing this model.
-
Framework: Optimum Quanto
-
Base Model: Qwen/Qwen2.5-7B-Instruct
-
Quantization: INT8
-
Library: huggingface_hub + Optimum Quanto
-
-
Author
-
**Monishwaran K
-
-
Hugging Face:
https://huggingface.co/Helllbos
⭐ If you find this model useful, please consider giving it a Like ❤️ on Hugging Face.