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

  • Log In
  • Sign Up

kktoto
/
tiny_bb_wd

Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use kktoto/tiny_bb_wd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kktoto/tiny_bb_wd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kktoto/tiny_bb_wd")
    model = AutoModelForTokenClassification.from_pretrained("kktoto/tiny_bb_wd")
  • Notebooks
  • Google Colab
  • Kaggle
tiny_bb_wd / runs
75.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 104 commits
kktoto's picture
kktoto
End of training
6073a6e almost 4 years ago
  • Jun02_04-01-20_58280e513178
    End of training almost 4 years ago
  • Jun02_05-18-28_4a42001784f6
    Training in progress, step 500 almost 4 years ago
  • Jun02_05-46-46_4a42001784f6
    Training in progress, step 500 almost 4 years ago
  • Jun02_05-57-08_4a42001784f6
    End of training almost 4 years ago