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

gameofdimension
/
chatglm2-6b

Feature Extraction
Transformers
PyTorch
chatglm
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use gameofdimension/chatglm2-6b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="gameofdimension/chatglm2-6b", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("gameofdimension/chatglm2-6b", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chatglm2-6b
1.88 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
felixdae
Upload ChatGLMForConditionalGeneration
48d4a94 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    1.42 kB
    Upload ChatGLMForConditionalGeneration almost 3 years ago
  • generation_config.json
    111 Bytes
    Upload ChatGLMForConditionalGeneration almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.88 GB
    xet
    Upload ChatGLMForConditionalGeneration almost 3 years ago