Instructions to use nhung01/de4b746d-5809-4184-9daf-64e8308b0463 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung01/de4b746d-5809-4184-9daf-64e8308b0463 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen1.5-14B-Chat") model = PeftModel.from_pretrained(base_model, "nhung01/de4b746d-5809-4184-9daf-64e8308b0463") - Notebooks
- Google Colab
- Kaggle
Ctrl+K