Instructions to use tuanna08go/ec628b3a-92d3-4675-b68d-9a0d2bc02aad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/ec628b3a-92d3-4675-b68d-9a0d2bc02aad with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "tuanna08go/ec628b3a-92d3-4675-b68d-9a0d2bc02aad") - Notebooks
- Google Colab
- Kaggle