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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

forestai
/
fireact_llama_2_7b_lora

Text Generation
PEFT
TensorBoard
PyTorch
English
facebook
meta
llama
llama-2
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use forestai/fireact_llama_2_7b_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use forestai/fireact_llama_2_7b_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "forestai/fireact_llama_2_7b_lora")
  • Notebooks
  • Google Colab
  • Kaggle
fireact_llama_2_7b_lora / runs
12.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ciaranshu's picture
Ciaranshu
init
c745e5d almost 3 years ago
  • Sep14_08-30-40_ltl-gpu05
    init almost 3 years ago