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

  • Log In
  • Sign Up

lisdarr
/
19_model

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
2

Instructions to use lisdarr/19_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lisdarr/19_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lisdarr/19_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lisdarr/19_model")
    model = AutoModelForMaskedLM.from_pretrained("lisdarr/19_model")
  • Notebooks
  • Google Colab
  • Kaggle
19_model
412 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lisdarr's picture
lisdarr
Update from lisdarr
3dae4b2 about 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    28 Bytes
    initial commit about 4 years ago
  • config.json
    624 Bytes
    Update from lisdarr about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    412 MB
    xet
    Update from lisdarr about 4 years ago
  • vocab.txt
    110 kB
    Update from lisdarr about 4 years ago