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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mireiaplalis
/
bert-base-cased-finetuned-ner-cadec

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

Instructions to use mireiaplalis/bert-base-cased-finetuned-ner-cadec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mireiaplalis/bert-base-cased-finetuned-ner-cadec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mireiaplalis/bert-base-cased-finetuned-ner-cadec")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mireiaplalis/bert-base-cased-finetuned-ner-cadec")
    model = AutoModelForTokenClassification.from_pretrained("mireiaplalis/bert-base-cased-finetuned-ner-cadec", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-cased-finetuned-ner-cadec / runs
318 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 93 commits
mireiaplalis's picture
mireiaplalis
Training in progress, epoch 1
d864f86 almost 3 years ago
  • Dec05_15-57-50_464cd201d488
    Training in progress, epoch 10 almost 3 years ago
  • Dec08_11-08-43_874247c0a871
    Training in progress, epoch 41 almost 3 years ago
  • Dec08_14-07-40_acc8cc1999b1
    Training in progress, epoch 41 almost 3 years ago
  • Dec08_15-50-36_b620151bfa07
    Training in progress, epoch 1 almost 3 years ago