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

ugaray96
/
biobert_ncbi_disease_ner

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
English
bert
disease
biology
medical
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use ugaray96/biobert_ncbi_disease_ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ugaray96/biobert_ncbi_disease_ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ugaray96/biobert_ncbi_disease_ner")
    model = AutoModelForTokenClassification.from_pretrained("ugaray96/biobert_ncbi_disease_ner")
  • Notebooks
  • Google Colab
  • Kaggle
biobert_ncbi_disease_ner
1.72 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 9 commits
ugaray96's picture
ugaray96
Adds 2 more examples
0101c30 about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • README.md
    2.05 kB
    Adds 2 more examples about 3 years ago
  • config.json
    780 Bytes
    Updates labels over 5 years ago
  • flax_model.msgpack
    431 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    431 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • pytorch_model.bin
    431 MB
    xet
    First version of the biobert_ncbi_disease_ner model and tokenizer over 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the biobert_ncbi_disease_ner model and tokenizer over 5 years ago
  • tf_model.h5
    431 MB
    xet
    First version of the biobert_ncbi_disease_ner model and tokenizer over 5 years ago
  • tokenizer_config.json
    534 Bytes
    First version of the biobert_ncbi_disease_ner model and tokenizer over 5 years ago
  • vocab.txt
    213 kB
    First version of the biobert_ncbi_disease_ner model and tokenizer over 5 years ago