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

  • Log In
  • Sign Up

kktoto
/
wwdd_tiny

Token Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use kktoto/wwdd_tiny with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kktoto/wwdd_tiny")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kktoto/wwdd_tiny")
    model = AutoModelForTokenClassification.from_pretrained("kktoto/wwdd_tiny")
  • Notebooks
  • Google Colab
  • Kaggle
wwdd_tiny / runs
81 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 122 commits
kktoto's picture
kktoto
Training in progress, step 49500
6a56d1f almost 4 years ago
  • Jun04_09-16-42_46e815022ed7
    Training in progress, step 500 almost 4 years ago
  • Jun04_09-34-57_46e815022ed7
    Training in progress, step 36500 almost 4 years ago
  • Jun04_11-31-55_0f06ab364165
    Training in progress, step 16500 almost 4 years ago
  • Jun04_11-54-56_28e0a7a0ac7e
    Training in progress, step 49500 almost 4 years ago