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

  • Log In
  • Sign Up

chintagunta85
/
electramed-small-ADE-ner

Token Classification
Transformers
PyTorch
TensorBoard
electra
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use chintagunta85/electramed-small-ADE-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chintagunta85/electramed-small-ADE-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chintagunta85/electramed-small-ADE-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chintagunta85/electramed-small-ADE-ner")
    model = AutoModelForTokenClassification.from_pretrained("chintagunta85/electramed-small-ADE-ner")
  • Notebooks
  • Google Colab
  • Kaggle
electramed-small-ADE-ner / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
chintagunta85's picture
chintagunta85
End of training
855adb3 over 3 years ago
  • Aug23_05-40-37_53c3717cc856
    End of training over 3 years ago