Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kamalkraj
/
BioELECTRA-PICO

Token Classification
Transformers
PyTorch
Safetensors
electra
Model card Files Files and versions
xet
Community
3

Instructions to use kamalkraj/BioELECTRA-PICO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kamalkraj/BioELECTRA-PICO with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kamalkraj/BioELECTRA-PICO")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("kamalkraj/BioELECTRA-PICO")
    model = AutoModelForTokenClassification.from_pretrained("kamalkraj/BioELECTRA-PICO")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

We could not connect to huggingface.co to load this model kamalkraj/BioELECTRA-PICO

#3 opened 7 months ago by
jespinoza2025

details of data

#1 opened about 3 years ago by
MaazRafiq
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs