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

chizhikchi
/
spanish-SM-disease-finder

Token Classification
Transformers
PyTorch
Safetensors
Spanish
roberta
biomedical
social media
ner
Model card Files Files and versions
xet
Community
1

Instructions to use chizhikchi/spanish-SM-disease-finder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chizhikchi/spanish-SM-disease-finder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chizhikchi/spanish-SM-disease-finder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chizhikchi/spanish-SM-disease-finder")
    model = AutoModelForTokenClassification.from_pretrained("chizhikchi/spanish-SM-disease-finder", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
spanish-SM-disease-finder
1.99 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 11 commits
chizhikchi's picture
chizhikchi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
208fe61 about 3 years ago
  • .gitattributes
    1.44 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    4.47 kB
    Update README.md almost 4 years ago
  • config.json
    904 Bytes
    add model configuration about 4 years ago
  • merges.txt
    509 kB
    add model configuration about 4 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • optimizer.pt
    993 MB
    xet
    add model configuration about 4 years ago
  • pytorch_model.bin
    496 MB
    xet
    add model configuration about 4 years ago
  • rng_state.pth
    14.6 kB
    xet
    add model configuration about 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    add model configuration about 4 years ago
  • special_tokens_map.json
    772 Bytes
    add model configuration about 4 years ago
  • tokenizer.json
    2.21 MB
    add model configuration about 4 years ago
  • tokenizer_config.json
    1.16 kB
    add model configuration about 4 years ago
  • trainer_state.json
    2.87 kB
    add model configuration about 4 years ago
  • training_args.bin
    3.18 kB
    xet
    add model configuration about 4 years ago
  • vocab.json
    851 kB
    add model configuration about 4 years ago