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

Duplicated from  OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M

EdgeAIMed
/
EdgeAIMed-NER-PharmaDetect-BioMed-335M

Token Classification
Transformers
Safetensors
English
bert
named-entity-recognition
biomedical-nlp
chemical-entity-recognition
drug-discovery
pharmacology
biocuration
chem
Model card Files Files and versions
xet
Community

Instructions to use EdgeAIMed/EdgeAIMed-NER-PharmaDetect-BioMed-335M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EdgeAIMed/EdgeAIMed-NER-PharmaDetect-BioMed-335M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="EdgeAIMed/EdgeAIMed-NER-PharmaDetect-BioMed-335M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("EdgeAIMed/EdgeAIMed-NER-PharmaDetect-BioMed-335M")
    model = AutoModelForTokenClassification.from_pretrained("EdgeAIMed/EdgeAIMed-NER-PharmaDetect-BioMed-335M")
  • Notebooks
  • Google Colab
  • Kaggle
EdgeAIMed-NER-PharmaDetect-BioMed-335M
670 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
drdata's picture
drdata
MaziyarPanahi's picture
MaziyarPanahi
Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M
1c6c401 15 days ago
  • .gitattributes
    1.59 kB
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • README.md
    11.6 kB
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • config.json
    805 Bytes
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • model.safetensors
    668 MB
    xet
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • openmed_vs_sota_grouped_bars.png
    497 kB
    xet
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • special_tokens_map.json
    125 Bytes
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • test_results.json
    196 Bytes
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • tokenizer.json
    679 kB
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • tokenizer_config.json
    1.29 kB
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago
  • vocab.txt
    225 kB
    Duplicate from OpenMed/OpenMed-NER-PharmaDetect-BioMed-335M 15 days ago