Instructions to use g4educ/llama-calls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use g4educ/llama-calls with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "g4educ/llama-calls") - Notebooks
- Google Colab
- Kaggle
Create config.json
#3
by bernardocouto-g4 - opened
No description provided.
joaovitor2763 changed pull request status to merged