Instructions to use cunghoctienganh/df13820e-5c72-4b5d-81d7-8ad96c5f04a4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/df13820e-5c72-4b5d-81d7-8ad96c5f04a4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/df13820e-5c72-4b5d-81d7-8ad96c5f04a4") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.