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

ntmanh90
/
distilbert_token_classification_cus

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

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

  • Libraries
  • Transformers

    How to use ntmanh90/distilbert_token_classification_cus with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ntmanh90/distilbert_token_classification_cus")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ntmanh90/distilbert_token_classification_cus")
    model = AutoModelForTokenClassification.from_pretrained("ntmanh90/distilbert_token_classification_cus")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert_token_classification_cus / runs
5.61 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ntmanh90's picture
ntmanh90
Training in progress, epoch 1
62f8986 verified over 1 year ago
  • Feb25_09-49-20_0e27d299dc2d
    Training in progress, epoch 1 over 1 year ago