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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

noodlesFelicity
/
content

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

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

  • Libraries
  • Transformers

    How to use noodlesFelicity/content with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="noodlesFelicity/content")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("noodlesFelicity/content")
    model = AutoModelForMaskedLM.from_pretrained("noodlesFelicity/content", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
content / runs
27.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
noodlesFelicity's picture
noodlesFelicity
Model save
543d13e almost 4 years ago
  • Sep21_09-45-13_951a6e864d70
    Model save almost 4 years ago
  • Sep21_09-49-02_951a6e864d70
    Model save almost 4 years ago
  • Sep26_09-33-00_7162f4faaa21
    Model save almost 4 years ago