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

sayril007
/
opt_lora-7b-lora-pretrained

PEFT
Model card Files Files and versions
xet
Community

Instructions to use sayril007/opt_lora-7b-lora-pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use sayril007/opt_lora-7b-lora-pretrained with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("facebook/opt-6.7b")
    model = PeftModel.from_pretrained(base_model, "sayril007/opt_lora-7b-lora-pretrained")
  • Notebooks
  • Google Colab
  • Kaggle
opt_lora-7b-lora-pretrained
33.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sayril007's picture
sayril007
Update README.md
3d22354 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.24 kB
    Update README.md almost 3 years ago
  • adapter_config.json
    485 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin
    33.6 MB
    xet
    Upload model almost 3 years ago
  • readme.md
    777 Bytes
    Create readme.md almost 3 years ago