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

0xk1h0
/
codegen25-7B-peft-qlora

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use 0xk1h0/codegen25-7B-peft-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use 0xk1h0/codegen25-7B-peft-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Salesforce/codegen25-7b-mono")
    model = PeftModel.from_pretrained(base_model, "0xk1h0/codegen25-7B-peft-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
codegen25-7B-peft-qlora
403 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
0xk1h0's picture
0xk1h0
Upload folder using huggingface_hub
8907d1c almost 3 years ago
  • .gitattributes
    1.56 kB
    Upload folder using huggingface_hub almost 3 years ago
  • README.md
    853 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • adapter_config.json
    450 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • adapter_model.bin
    134 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • optimizer.pt
    269 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • special_tokens_map.json
    180 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer_config.json
    506 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • trainer_state.json
    28.7 kB
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago