Instructions to use Moiz2517/Qwen2.5-Coder-3B-Python-Evaluator-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Moiz2517/Qwen2.5-Coder-3B-Python-Evaluator-bnb-4bit with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B") model = PeftModel.from_pretrained(base_model, "Moiz2517/Qwen2.5-Coder-3B-Python-Evaluator-bnb-4bit") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e0dbcbd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1f1c286d2ce87b14c58a3b7a311241b5618e803f4b67b958fe5319a6af2a386a
size 5240
|