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

cuadron11
/
bsc-bio-ehr-es

Token Classification
Transformers
PyTorch
TensorBoard
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use cuadron11/bsc-bio-ehr-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cuadron11/bsc-bio-ehr-es with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cuadron11/bsc-bio-ehr-es")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cuadron11/bsc-bio-ehr-es")
    model = AutoModelForTokenClassification.from_pretrained("cuadron11/bsc-bio-ehr-es", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bsc-bio-ehr-es / runs
74.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 49 commits
cuadron11's picture
cuadron11
Training in progress, epoch 31
3780d4a over 3 years ago
  • Mar16_19-00-56_064bb453442d
    Training in progress, epoch 31 over 3 years ago
  • Mar16_19-51-14_cbf60212cee9
    Training in progress, epoch 31 over 3 years ago
  • Mar16_20-36-16_3660b4b50e47
    Training in progress, epoch 31 over 3 years ago