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

  • Log In
  • Sign Up

iLittleSheep
/
codellama-adb-sdk

PEFT
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use iLittleSheep/codellama-adb-sdk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use iLittleSheep/codellama-adb-sdk with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-Instruct-hf")
    model = PeftModel.from_pretrained(base_model, "iLittleSheep/codellama-adb-sdk")
  • Notebooks
  • Google Colab
  • Kaggle
codellama-adb-sdk
320 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
iLittleSheep's picture
iLittleSheep
Upload 4 files
a3fe57c verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.51 kB
    Upload 4 files over 1 year ago
  • adapter_config.json
    763 Bytes
    Upload 4 files over 1 year ago
  • adapter_model.safetensors
    320 MB
    xet
    Upload 4 files over 1 year ago
  • training_args.bin
    5.24 kB
    xet
    Upload 4 files over 1 year ago