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

radius27
/
llama-7b-code-feedback

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use radius27/llama-7b-code-feedback with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use radius27/llama-7b-code-feedback 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, "radius27/llama-7b-code-feedback")
  • Notebooks
  • Google Colab
  • Kaggle
llama-7b-code-feedback / runs
63.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits

This model has 1 file scanned as unsafe.

radius27's picture
radius27
Training in progress, epoch 2
61ef9f2 verified over 2 years ago
  • Mar20_04-25-45_tron12.umiacs.umd.edu
    Training in progress, epoch 0 over 2 years ago
  • Mar20_04-36-09_tron12.umiacs.umd.edu
    Training in progress, epoch 0 over 2 years ago
  • Mar20_04-40-12_tron12.umiacs.umd.edu
    Training in progress, epoch 0 over 2 years ago
  • Mar20_13-42-56_tron11.umiacs.umd.edu
    Training in progress, epoch 2 over 2 years ago