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

Jsevisal
/
ft-distilbert-gest-pred-seqeval-partialmatch

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

Instructions to use Jsevisal/ft-distilbert-gest-pred-seqeval-partialmatch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Jsevisal/ft-distilbert-gest-pred-seqeval-partialmatch with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Jsevisal/ft-distilbert-gest-pred-seqeval-partialmatch")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jsevisal/ft-distilbert-gest-pred-seqeval-partialmatch")
    model = AutoModelForTokenClassification.from_pretrained("Jsevisal/ft-distilbert-gest-pred-seqeval-partialmatch")
  • Notebooks
  • Google Colab
  • Kaggle
ft-distilbert-gest-pred-seqeval-partialmatch / runs
58.8 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
Jsevisal's picture
Jsevisal
Training complete
5da6a40 about 3 years ago
  • Mar14_10-45-41_a4faccdc88e2
    Training complete about 3 years ago
  • Mar23_11-36-00_185ed97071ef
    Training in progress, epoch 1 about 3 years ago
  • Mar23_11-42-26_185ed97071ef
    Training complete about 3 years ago