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

PlanTL-GOB-ES
/
bsc-bio-ehr-es-pharmaconer

Token Classification
Transformers
PyTorch
Spanish
roberta
biomedical
clinical
eHR
spanish
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer")
    model = AutoModelForTokenClassification.from_pretrained("PlanTL-GOB-ES/bsc-bio-ehr-es-pharmaconer")
  • Notebooks
  • Google Colab
  • Kaggle
bsc-bio-ehr-es-pharmaconer
499 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
mmarimon's picture
mmarimon
Update README.md
1a3105b over 3 years ago
  • .gitattributes
    1.32 kB
    upload model about 4 years ago
  • README.md
    7.17 kB
    Update README.md over 3 years ago
  • config.json
    1.29 kB
    update about 4 years ago
  • merges.txt
    521 kB
    update about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    496 MB
    xet
    update about 4 years ago
  • special_tokens_map.json
    772 Bytes
    upload model about 4 years ago
  • tokenizer.json
    1.48 MB
    update about 4 years ago
  • tokenizer_config.json
    1.18 kB
    update about 4 years ago
  • vocab.json
    863 kB
    update about 4 years ago