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
171 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Pritish92's picture
Pritish92
Update Readme
5fe2e20 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    2.72 kB
    Update Readme 12 months ago
  • adapter_config.json
    867 Bytes
    Upload locally saved GRIT fine-tuned model: open_llama_3b_v2 on Alpaca 12 months ago
  • adapter_model.safetensors
    170 MB
    xet
    Upload locally saved GRIT fine-tuned model: open_llama_3b_v2 on Alpaca 12 months ago
  • special_tokens_map.json
    434 Bytes
    Upload locally saved GRIT fine-tuned model: open_llama_3b_v2 on Alpaca 12 months ago
  • tokenizer.model
    512 kB
    xet
    Upload locally saved GRIT fine-tuned model: open_llama_3b_v2 on Alpaca 12 months ago
  • tokenizer_config.json
    962 Bytes
    Upload locally saved GRIT fine-tuned model: open_llama_3b_v2 on Alpaca 12 months ago