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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

googcheng
/
7b-lora

PEFT
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • PEFT

    How to use googcheng/7b-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("baichuan-inc/Baichuan-7B")
    model = PeftModel.from_pretrained(base_model, "googcheng/7b-lora")
  • Notebooks
  • Google Colab
  • Kaggle
7b-lora / runs
133 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
cj
first
b080a15 almost 3 years ago
  • Aug18_12-50-02_autodl-container-82e3118a3c-73e19e11
    first almost 3 years ago