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

Vrushali
/
model

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

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

  • Libraries
  • Transformers

    How to use Vrushali/model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Vrushali/model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Vrushali/model")
    model = AutoModelForTokenClassification.from_pretrained("Vrushali/model")
  • Notebooks
  • Google Colab
  • Kaggle
model / runs
113 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 57 commits
Vrushali's picture
Vrushali
Training in progress, epoch 4
a719389 almost 3 years ago
  • Jun21_10-51-37_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_11-42-00_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_11-50-30_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_11-53-15_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_11-54-02_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_12-00-29_726e69ca1bf2
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_12-06-14_726e69ca1bf2
    Training in progress, epoch 10 almost 3 years ago
  • Jun21_14-28-53_41350bb392c7
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_14-47-51_41350bb392c7
    Training in progress, epoch 3 almost 3 years ago
  • Jun21_14-57-51_ede86778f596
    Training in progress, epoch 13 almost 3 years ago
  • Jun21_15-14-41_c49f85cef7d0
    Training in progress, epoch 29 almost 3 years ago
  • Jun21_15-57-31_c6e4c5808998
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_16-08-35_622f2bfccfda
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_16-11-48_622f2bfccfda
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_16-20-15_622f2bfccfda
    Training in progress, epoch 4 almost 3 years ago