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

Taykhoom
/
gLM-650M

Fill-Mask
Transformers
Safetensors
gLM2
biology
genomics
protein
dna
language-model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Taykhoom/gLM-650M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Taykhoom/gLM-650M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Taykhoom/gLM-650M", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("Taykhoom/gLM-650M", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gLM-650M
2.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Taykhoom's picture
Taykhoom
Initial gLM2 HF port
6b047be 2 days ago
  • .gitattributes
    1.52 kB
    Initial gLM2 HF port 2 days ago
  • README.md
    5.9 kB
    Initial gLM2 HF port 2 days ago
  • config.json
    636 Bytes
    Initial gLM2 HF port 2 days ago
  • configuration_glm2.py
    1.83 kB
    Initial gLM2 HF port 2 days ago
  • glm_tokenizer.py
    4.29 kB
    Initial gLM2 HF port 2 days ago
  • model.safetensors
    2.68 GB
    xet
    Initial gLM2 HF port 2 days ago
  • modeling_glm2.py
    19.4 kB
    Initial gLM2 HF port 2 days ago
  • special_tokens_map.json
    149 Bytes
    Initial gLM2 HF port 2 days ago
  • tokenizer.json
    2.44 kB
    Initial gLM2 HF port 2 days ago
  • tokenizer_config.json
    1.72 kB
    Initial gLM2 HF port 2 days ago