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

  • Log In
  • Sign Up

Magolor
/
deepstruct

Feature Extraction
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
4

Instructions to use Magolor/deepstruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Magolor/deepstruct with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Magolor/deepstruct")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Magolor/deepstruct")
    model = AutoModel.from_pretrained("Magolor/deepstruct")
  • Notebooks
  • Google Colab
  • Kaggle
deepstruct
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
wadefletch's picture
wadefletch
Add GLM tokenizer files.
bcd3390 verified almost 2 years ago
  • hub
    update MP almost 4 years ago
  • .DS_Store
    10.2 kB
    update MP almost 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • added_tokens.json
    174 Bytes
    Add GLM tokenizer files. almost 2 years ago
  • config.json
    658 Bytes
    add model over 4 years ago
  • configuration_glm.py
    6.34 kB
    Add GLM tokenizer files. almost 2 years ago
  • merges.txt
    456 kB
    Add GLM tokenizer files. almost 2 years ago
  • modeling_glm.py
    39.8 kB
    Add GLM tokenizer files. almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    438 MB
    xet
    add model over 4 years ago
  • tokenization_glm.py
    15.9 kB
    Add GLM tokenizer files. almost 2 years ago
  • tokenizer_config.json
    465 Bytes
    Add GLM tokenizer files. almost 2 years ago
  • vocab.json
    1.04 MB
    Add GLM tokenizer files. almost 2 years ago