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

  • Log In
  • Sign Up

forestai
/
fireact_codellama_34b_lora

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

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

  • Libraries
  • PEFT

    How to use forestai/fireact_codellama_34b_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/shunyuy/models/CodeLlama-34b-Instruct-hf")
    model = PeftModel.from_pretrained(base_model, "forestai/fireact_codellama_34b_lora")
  • Notebooks
  • Google Colab
  • Kaggle
fireact_codellama_34b_lora
276 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Ciaranshu's picture
Ciaranshu
Update README.md
48882bd over 2 years ago
  • checkpoint-200
    init over 2 years ago
  • checkpoint-400
    init over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.2 kB
    Update README.md over 2 years ago
  • adapter_config.json
    468 Bytes
    init over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    39.4 MB
    xet
    init over 2 years ago