Text Generation
PEFT
Safetensors
English
llama3
alpaca
grit
lora
qlora
instruction-tuning
fine-tuned
Instructions to use Pritish92/open-llama-3b-v2-grit-alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pritish92/open-llama-3b-v2-grit-alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2") model = PeftModel.from_pretrained(base_model, "Pritish92/open-llama-3b-v2-grit-alpaca") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!