Text Generation
PEFT
Safetensors
lora
labeled-experiment
not-ga
hexa-lang
delegation
forge-r40
conversational
Instructions to use dancinlab/hexa-forge-code-7b-qwen2.5-lora-r64-v0.4.0-delegate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dancinlab/hexa-forge-code-7b-qwen2.5-lora-r64-v0.4.0-delegate with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B") model = PeftModel.from_pretrained(base_model, "dancinlab/hexa-forge-code-7b-qwen2.5-lora-r64-v0.4.0-delegate") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!