Instructions to use cunghoctienganh/3ed43999-3beb-4330-81b4-8ead0dc69c66 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/3ed43999-3beb-4330-81b4-8ead0dc69c66 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Coder-7B-Instruct") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/3ed43999-3beb-4330-81b4-8ead0dc69c66") - Notebooks
- Google Colab
- Kaggle
Ctrl+K