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_abv

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

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

  • Libraries
  • Transformers

    How to use Vrushali/model_abv with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Vrushali/model_abv")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Vrushali/model_abv")
    model = AutoModelForTokenClassification.from_pretrained("Vrushali/model_abv")
  • Notebooks
  • Google Colab
  • Kaggle
model_abv / runs
75.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 78 commits
Vrushali's picture
Vrushali
Training in progress, epoch 30
0dd806a almost 3 years ago
  • Jul01_10-54-23_88eb04906cb8
    Training in progress, epoch 1 almost 3 years ago
  • Jul01_12-25-53_88eb04906cb8
    Training in progress, epoch 30 almost 3 years ago
  • Jun21_18-14-58_1670dbf97285
    Training in progress, epoch 1 almost 3 years ago
  • Jun21_18-15-31_1670dbf97285
    Training in progress, epoch 28 almost 3 years ago
  • Jun21_19-50-51_f759da84235d
    Training in progress, epoch 29 almost 3 years ago