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

Pujitha30
/
zai-org_chatglm2-6b_8bitqunatize

Feature Extraction
Transformers
Safetensors
chatglm
custom_code
8-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use Pujitha30/zai-org_chatglm2-6b_8bitqunatize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Pujitha30/zai-org_chatglm2-6b_8bitqunatize with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Pujitha30/zai-org_chatglm2-6b_8bitqunatize", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Pujitha30/zai-org_chatglm2-6b_8bitqunatize", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
zai-org_chatglm2-6b_8bitqunatize
6.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Pujitha30's picture
Pujitha30
Upload tokenizer
cfe195e verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • config.json
    1.9 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • configuration_chatglm.py
    2.33 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • generation_config.json
    111 Bytes
    Upload ChatGLMForConditionalGeneration 9 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload ChatGLMForConditionalGeneration 9 months ago
  • model-00002-of-00002.safetensors
    1.81 GB
    xet
    Upload ChatGLMForConditionalGeneration 9 months ago
  • model.safetensors.index.json
    43.7 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • modeling_chatglm.py
    54.9 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • quantization.py
    14.7 kB
    Upload ChatGLMForConditionalGeneration 9 months ago
  • special_tokens_map.json
    3 Bytes
    Upload tokenizer 9 months ago
  • tokenization_chatglm.py
    10.1 kB
    Upload tokenizer 9 months ago
  • tokenizer.model
    1.02 MB
    xet
    Upload tokenizer 9 months ago
  • tokenizer_config.json
    456 Bytes
    Upload tokenizer 9 months ago