File size: 1,951 Bytes
6e8b0e7 6818191 6e8b0e7 6643e6c 6dec36b 6643e6c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
# Qwen2.5-Vex-Python
Qwen2.5-Vex-Python is a fine-tuned version of the Qwen2.5-Coder-7B-Instruct model, optimized for enhanced performance in Python code generation and understanding.
## Model Overview
- **Base Model**: Qwen2.5-Coder-7B-Instruct
- **Parameter Count**: 7.62 billion
- **Quantization**: 8-bit (Q8_0)
- **Architecture**: Qwen2
- **License**: Apache-2.0
The Qwen2.5 series, developed by Alibaba Cloud's Qwen team, is a collection of large language models designed for various tasks, including code generation. The 7B variant strikes a balance between performance and resource requirements, making it suitable for a wide range of applications. citeturn0search0
## Usage
To utilize Qwen2.5-Vex-Python for Python code generation or understanding tasks, you can load the model using the Hugging Face Transformers library. Ensure that you have the necessary dependencies installed and that your environment supports 8-bit quantized models.
For detailed instructions on loading and using Qwen2.5 models, refer to the [Qwen Quickstart Guide](https://qwen.readthedocs.io/en/latest/getting_started/quickstart.html). citeturn0search4
## License
This model is licensed under the Apache-2.0 License. You are free to use, modify, and distribute this model, provided that you comply with the terms of the license.
---
base_model: unsloth/qwen2.5-coder-7b-instruct-bnb-4bit
tags:
- text-generation-inference
- transformers
- unsloth
- qwen2
- trl
- sft
license: apache-2.0
language:
- en
---
# Uploaded model
- **Developed by:** pahaadi
- **License:** apache-2.0
- **Finetuned from model :** unsloth/qwen2.5-coder-7b-instruct-bnb-4bit
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|