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

chenchi
/
lora-chatglm2-6b-guodegang

PEFT
Model card Files Files and versions
xet
Community

Instructions to use chenchi/lora-chatglm2-6b-guodegang with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use chenchi/lora-chatglm2-6b-guodegang with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/root/autodl-tmp/chatglm2-6b")
    model = PeftModel.from_pretrained(base_model, "chenchi/lora-chatglm2-6b-guodegang")
  • Notebooks
  • Google Colab
  • Kaggle
lora-chatglm2-6b-guodegang
7.87 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
machenchi
haha
80580fc almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    512 Bytes
    haha almost 3 years ago
  • adapter_config.json
    446 Bytes
    haha almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    7.82 MB
    xet
    haha almost 3 years ago
  • all_results.json
    165 Bytes
    haha almost 3 years ago
  • finetuning_args.json
    308 Bytes
    haha almost 3 years ago
  • train_results.json
    165 Bytes
    haha almost 3 years ago
  • trainer_log.jsonl
    9.39 kB
    haha almost 3 years ago
  • trainer_state.json
    5.11 kB
    haha almost 3 years ago
  • training_args.bin
    3.4 kB
    xet
    haha almost 3 years ago
  • training_loss.png
    29.8 kB
    haha almost 3 years ago