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
/
BioBERT_BioNLP13CG_NER

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

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

  • Libraries
  • Transformers

    How to use judithrosell/BioBERT_BioNLP13CG_NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="judithrosell/BioBERT_BioNLP13CG_NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("judithrosell/BioBERT_BioNLP13CG_NER")
    model = AutoModelForTokenClassification.from_pretrained("judithrosell/BioBERT_BioNLP13CG_NER", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BioBERT_BioNLP13CG_NER / runs
7.99 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
judithrosell's picture
judithrosell
Training in progress, epoch 2
a2d9f40 over 2 years ago
  • Dec24_16-38-05_a54040b883aa
    Training in progress, epoch 2 over 2 years ago