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

  • Log In
  • Sign Up

willmuldrew
/
foo-model

Fill-Mask
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use willmuldrew/foo-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use willmuldrew/foo-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="willmuldrew/foo-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("willmuldrew/foo-model")
    model = AutoModelForMaskedLM.from_pretrained("willmuldrew/foo-model")
  • Notebooks
  • Google Colab
  • Kaggle
foo-model
876 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
467b641 verified over 1 year ago
  • logs
    Upload logs with huggingface_hub about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    664 Bytes
    Upload BertForMaskedLM about 3 years ago
  • events.out.tfevents
    10.6 kB
    xet
    Upload events.out.tfevents with huggingface_hub about 3 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM about 3 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    Upload BertForMaskedLM about 3 years ago