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
17.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
googcheng's picture
googcheng
Update README.md
9ba1799 almost 3 years ago
  • runs
    first almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    744 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    433 Bytes
    first almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    16.8 MB
    xet
    first almost 3 years ago
  • all_results.json
    168 Bytes
    first almost 3 years ago
  • finetuning_args.json
    272 Bytes
    first almost 3 years ago
  • train_results.json
    168 Bytes
    first almost 3 years ago
  • trainer_log.jsonl
    205 kB
    first almost 3 years ago
  • trainer_state.json
    100 kB
    first almost 3 years ago
  • training_args.bin
    3.36 kB
    xet
    first almost 3 years ago
  • training_loss.png
    33 kB
    first almost 3 years ago