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

tobiaslee
/
bert-yfcc15m

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

Instructions to use tobiaslee/bert-yfcc15m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tobiaslee/bert-yfcc15m with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="tobiaslee/bert-yfcc15m")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("tobiaslee/bert-yfcc15m")
    model = AutoModelForMaskedLM.from_pretrained("tobiaslee/bert-yfcc15m", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-yfcc15m
258 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
tobiaslee's picture
tobiaslee
Create README.md
d78137d almost 4 years ago
  • .gitattributes
    1.34 kB
    initial commit almost 4 years ago
  • README.md
    125 Bytes
    Create README.md almost 4 years ago
  • added_tokens.json
    17 Bytes
    update trained model with ppl ~15 almost 4 years ago
  • config.json
    659 Bytes
    update trained model with ppl ~15 almost 4 years ago
  • merges.txt
    525 kB
    update trained model with ppl ~15 almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    254 MB
    xet
    update trained model with ppl ~15 almost 4 years ago
  • special_tokens_map.json
    413 Bytes
    update trained model with ppl ~15 almost 4 years ago
  • tokenizer.json
    2.22 MB
    update trained model with ppl ~15 almost 4 years ago
  • tokenizer_config.json
    849 Bytes
    update trained model with ppl ~15 almost 4 years ago
  • vocab.json
    862 kB
    update trained model with ppl ~15 almost 4 years ago