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

alexia-allal
/
ner-model

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

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

  • Libraries
  • Transformers

    How to use alexia-allal/ner-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="alexia-allal/ner-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alexia-allal/ner-model")
    model = AutoModelForTokenClassification.from_pretrained("alexia-allal/ner-model")
  • Notebooks
  • Google Colab
  • Kaggle
ner-model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
alexia-allal's picture
alexia-allal
End of training
45d957b verified over 1 year ago
  • Jan15_16-50-08_d546f1e4004f
    Training in progress, epoch 1 over 1 year ago
  • Jan15_17-02-01_d546f1e4004f
    End of training over 1 year ago
  • Jan15_17-06-25_d546f1e4004f
    End of training over 1 year ago
  • Jan16_08-21-41_f35fb2804064
    End of training over 1 year ago
  • Jan16_09-06-45_f35fb2804064
    End of training over 1 year ago
  • Jan16_10-38-08_f35fb2804064
    End of training over 1 year ago
  • Jan16_10-52-51_f35fb2804064
    End of training over 1 year ago
  • Jan16_10-59-49_f35fb2804064
    End of training over 1 year ago
  • Jan16_11-01-21_f35fb2804064
    End of training over 1 year ago
  • Jan16_11-10-00_f35fb2804064
    End of training over 1 year ago
  • Jan16_11-13-33_f35fb2804064
    End of training over 1 year ago