Instructions to use nhung02/6c0ff621-9fb4-4b3f-a3f8-171c02bdc0a4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung02/6c0ff621-9fb4-4b3f-a3f8-171c02bdc0a4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Theta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "nhung02/6c0ff621-9fb4-4b3f-a3f8-171c02bdc0a4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K