Instructions to use cunghoctienganh/7fe981e5-0b15-4a45-ba3a-6b5ccaa23185 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/7fe981e5-0b15-4a45-ba3a-6b5ccaa23185 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dltjdgh0928/test_instruction") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/7fe981e5-0b15-4a45-ba3a-6b5ccaa23185") - Notebooks
- Google Colab
- Kaggle
Ctrl+K