Instructions to use iamshnoo/alpaca-2-13b-hindi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use iamshnoo/alpaca-2-13b-hindi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "iamshnoo/alpaca-2-13b-hindi") - Notebooks
- Google Colab
- Kaggle