Instructions to use nhungphammmmm/41ea2537-6207-4681-8852-7681e5133d51 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/41ea2537-6207-4681-8852-7681e5133d51 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/41ea2537-6207-4681-8852-7681e5133d51") - Notebooks
- Google Colab
- Kaggle
Ctrl+K