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
/
distilbert-base-gest-pred-seqeval-partialmatch

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Jsevisal/distilbert-base-gest-pred-seqeval-partialmatch")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jsevisal/distilbert-base-gest-pred-seqeval-partialmatch")
    model = AutoModelForTokenClassification.from_pretrained("Jsevisal/distilbert-base-gest-pred-seqeval-partialmatch")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-gest-pred-seqeval-partialmatch / runs
29.8 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Jsevisal's picture
Jsevisal
Training complete
c147296 about 3 years ago
  • Mar27_14-54-27_c37954267f92
    Training complete about 3 years ago