Instructions to use cunghoctienganh/4941ffd5-191a-4a6b-9c47-c6b5ee00c5c5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cunghoctienganh/4941ffd5-191a-4a6b-9c47-c6b5ee00c5c5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Alternate-Tokenizer") model = PeftModel.from_pretrained(base_model, "cunghoctienganh/4941ffd5-191a-4a6b-9c47-c6b5ee00c5c5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K