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

nikravan
/
glm-4vq

Document Question Answering
Transformers
Safetensors
chatglm
feature-extraction
text-generation-inference
custom_code
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community
8

Instructions to use nikravan/glm-4vq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nikravan/glm-4vq with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("document-question-answering", model="nikravan/glm-4vq", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("nikravan/glm-4vq", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
glm-4vq
8.78 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
nikravan's picture
nikravan
Update README.md
e441477 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    4.86 kB
    Update README.md almost 2 years ago
  • added_tokens.json
    356 Bytes
    Initialize almost 2 years ago
  • config.json
    2.37 kB
    Initialize almost 2 years ago
  • configuration_chatglm.py
    2.57 kB
    Initialize almost 2 years ago
  • generation_config.json
    155 Bytes
    Initialize almost 2 years ago
  • model-00001-of-00005.safetensors
    1.95 GB
    xet
    Initialize almost 2 years ago
  • model-00002-of-00005.safetensors
    1.95 GB
    xet
    Initialize almost 2 years ago
  • model-00003-of-00005.safetensors
    1.93 GB
    xet
    Initialize almost 2 years ago
  • model-00004-of-00005.safetensors
    1.99 GB
    xet
    Initialize almost 2 years ago
  • model-00005-of-00005.safetensors
    959 MB
    xet
    Initialize almost 2 years ago
  • model.safetensors.index.json
    260 kB
    Initialize almost 2 years ago
  • modeling_chatglm.py
    59.5 kB
    Initialize almost 2 years ago
  • special_tokens_map.json
    601 Bytes
    Initialize almost 2 years ago
  • tokenization_chatglm.py
    17.5 kB
    Initialize almost 2 years ago
  • tokenizer.model
    2.62 MB
    xet
    Initialize almost 2 years ago
  • tokenizer_config.json
    3.25 kB
    Initialize almost 2 years ago
  • visual.py
    6.82 kB
    fix colab error almost 2 years ago