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

judithrosell
/
ClinicalBERT_BioNLP13CG_NER

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

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

  • Libraries
  • Transformers

    How to use judithrosell/ClinicalBERT_BioNLP13CG_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="judithrosell/ClinicalBERT_BioNLP13CG_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("judithrosell/ClinicalBERT_BioNLP13CG_NER")
    model = AutoModelForTokenClassification.from_pretrained("judithrosell/ClinicalBERT_BioNLP13CG_NER", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ClinicalBERT_BioNLP13CG_NER / runs
7.92 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
judithrosell's picture
judithrosell
Training in progress, epoch 2
7af5c15 over 2 years ago
  • Dec23_18-28-06_d680a7b3f78e
    Training in progress, epoch 2 over 2 years ago