Instructions to use cunghoctienganh/b702275d-23b5-4897-a306-7e984db67567 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/b702275d-23b5-4897-a306-7e984db67567 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Orenguteng/Llama-3-8B-Lexi-Uncensored") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/b702275d-23b5-4897-a306-7e984db67567") - Notebooks
- Google Colab
- Kaggle
Ctrl+K