Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Pritish92
/
open-llama-3b-v2-grit-alpaca

Text Generation
PEFT
Safetensors
English
llama3
alpaca
grit
lora
qlora
instruction-tuning
fine-tuned
Model card Files Files and versions
xet
Community

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
open-llama-3b-v2-grit-alpaca
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Pritish92's picture
Pritish92
initial commit
aa3e5bb verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago