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

  • Log In
  • Sign Up

krasserm
/
perceiver-io-mlm

Fill-Mask
Transformers
PyTorch
Safetensors
English
perceiver-io-masked-language-model
Model card Files Files and versions
xet
Community
1

Instructions to use krasserm/perceiver-io-mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use krasserm/perceiver-io-mlm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="krasserm/perceiver-io-mlm")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("krasserm/perceiver-io-mlm", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
perceiver-io-mlm
1.61 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
krasserm's picture
krasserm
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
a935d5a verified 9 months ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    4.09 kB
    Update README.md about 3 years ago
  • config.json
    1.55 kB
    Upload model about 3 years ago
  • model.safetensors
    804 MB
    xet
    Adding `safetensors` variant of this model (#1) 9 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    805 MB
    xet
    Upload model about 3 years ago
  • special_tokens_map.json
    827 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    1.13 kB
    Upload tokenizer about 3 years ago