Instructions to use Ahatsham/Output_llama70B_70-15-15 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ahatsham/Output_llama70B_70-15-15 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.3-70B-Instruct") model = PeftModel.from_pretrained(base_model, "Ahatsham/Output_llama70B_70-15-15") - Notebooks
- Google Colab
- Kaggle
Ctrl+K