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

  • Log In
  • Sign Up

gokulsrinivasagan
/
bert_base_train_book

Fill-Mask
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use gokulsrinivasagan/bert_base_train_book with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="gokulsrinivasagan/bert_base_train_book")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/bert_base_train_book")
    model = AutoModelForMaskedLM.from_pretrained("gokulsrinivasagan/bert_base_train_book")
  • Notebooks
  • Google Colab
  • Kaggle
bert_base_train_book / logs
280 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 61 commits
gokulsrinivasagan's picture
gokulsrinivasagan
End of training
05535cc verified over 1 year ago
  • events.out.tfevents.1733410562.ki-g0009.1454966.0
    280 kB
    xet
    Model save over 1 year ago
  • events.out.tfevents.1733601151.ki-g0009.1454966.1
    417 Bytes
    xet
    End of training over 1 year ago