Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

katuni4ka
/
tiny-random-glm4

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

Instructions to use katuni4ka/tiny-random-glm4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use katuni4ka/tiny-random-glm4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="katuni4ka/tiny-random-glm4", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("katuni4ka/tiny-random-glm4", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-glm4
22.2 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
katuni4ka's picture
katuni4ka
Update modeling_chatglm.py
2ed169c verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • config.json
    1.52 kB
    Upload 8 files almost 2 years ago
  • configuration_chatglm.py
    2.27 kB
    Upload 8 files almost 2 years ago
  • generation_config.json
    155 Bytes
    Upload 8 files almost 2 years ago
  • model.safetensors
    19.5 MB
    xet
    Upload 8 files almost 2 years ago
  • modeling_chatglm.py
    54.6 kB
    Update modeling_chatglm.py about 1 year ago
  • tokenization_chatglm.py
    16.1 kB
    transformers- (#3) over 1 year ago
  • tokenizer.model
    2.62 MB
    xet
    Upload 8 files almost 2 years ago
  • tokenizer_config.json
    6.15 kB
    Upload 8 files almost 2 years ago