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

  • Log In
  • Sign Up

AnanthZeke
/
bert-tiny

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

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

  • Libraries
  • Transformers

    How to use AnanthZeke/bert-tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="AnanthZeke/bert-tiny")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("AnanthZeke/bert-tiny")
    model = AutoModelForMaskedLM.from_pretrained("AnanthZeke/bert-tiny")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
AnanthZeke's picture
AnanthZeke
Training in progress, step 4000
c47e0f9 about 3 years ago
  • Apr20_08-32-52_3e46997001e9
    Training in progress, step 4000 about 3 years ago