Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

forestai
/
fireact_codellama_7b_lora

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

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

  • Libraries
  • PEFT

    How to use forestai/fireact_codellama_7b_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/mnt/nas_home/cs2175/models/CodeLlama-7b-Instruct-hf")
    model = PeftModel.from_pretrained(base_model, "forestai/fireact_codellama_7b_lora")
  • Notebooks
  • Google Colab
  • Kaggle
fireact_codellama_7b_lora / runs
13 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Ciaranshu's picture
Ciaranshu
init
7833cf2 over 2 years ago
  • Sep21_07-30-54_ltl-gpu05
    init over 2 years ago