Instructions to use ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "ArpitSinghGautam/MonsterAPI-LLaMA3-Hackathon-Model-1") - Notebooks
- Google Colab
- Kaggle
metadata
library_name: peft
base_model: meta-llama/Meta-Llama-3-8B-Instruct
This model is finetuned on garage-bAInd/Open-Platypus using MonsterAPI's No Code Finetuning Tool.