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

a2ran
/
kor_chatGLM

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use a2ran/kor_chatGLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use a2ran/kor_chatGLM with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("THUDM/chatglm-6b")
    model = PeftModel.from_pretrained(base_model, "a2ran/kor_chatGLM")
  • Notebooks
  • Google Colab
  • Kaggle
kor_chatGLM
61.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
a2ran's picture
a2ran
Update README.md
2447bdb about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    419 Bytes
    Update README.md about 3 years ago
  • adapter_config.json
    409 Bytes
    Initial commit about 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    58.7 MB
    xet
    Initial commit about 3 years ago
  • ice_text.model
    2.71 MB
    xet
    Initial commit about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Initial commit about 3 years ago
  • tokenization_chatglm.py
    17 kB
    Initial commit about 3 years ago
  • tokenizer_config.json
    490 Bytes
    Initial commit about 3 years ago