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

ming2699
/
chatglm-6b-ptuning-luxun

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

Instructions to use ming2699/chatglm-6b-ptuning-luxun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ming2699/chatglm-6b-ptuning-luxun with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ming2699/chatglm-6b-ptuning-luxun", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ming2699/chatglm-6b-ptuning-luxun", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chatglm-6b-ptuning-luxun
13.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ming2699's picture
ming2699
Upload folder using huggingface_hub
c43ac29 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    28 Bytes
    initial commit about 3 years ago
  • config.json
    916 Bytes
    Upload folder using huggingface_hub about 3 years ago
  • configuration_chatglm.py
    4.28 kB
    Upload folder using huggingface_hub about 3 years ago
  • generation_config.json
    142 Bytes
    Upload folder using huggingface_hub about 3 years ago
  • modeling_chatglm.py
    57.6 kB
    Upload folder using huggingface_hub about 3 years ago
  • pytorch_model-00001-of-00002.bin
    9.93 GB
    xet
    Upload folder using huggingface_hub about 3 years ago
  • pytorch_model-00002-of-00002.bin
    3.6 GB
    xet
    Upload folder using huggingface_hub about 3 years ago
  • pytorch_model.bin.index.json
    33.5 kB
    Upload folder using huggingface_hub about 3 years ago
  • quantization.py
    15.1 kB
    Upload folder using huggingface_hub about 3 years ago