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_disease_finder

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

Instructions to use chizhikchi/Spanish_disease_finder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chizhikchi/Spanish_disease_finder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="chizhikchi/Spanish_disease_finder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chizhikchi/Spanish_disease_finder")
    model = AutoModelForTokenClassification.from_pretrained("chizhikchi/Spanish_disease_finder", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Spanish_disease_finder
1.49 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 23 commits
Mariia
Update README.md
0746c9b about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    3.06 kB
    Update README.md about 4 years ago
  • config.json
    908 Bytes
    Upload config.json about 4 years ago
  • merges.txt
    523 kB
    Upload merges.txt about 4 years ago
  • optimizer.pt
    993 MB
    xet
    Upload optimizer.pt about 4 years ago
  • pytorch_model.bin
    496 MB
    xet
    Upload pytorch_model.bin about 4 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload rng_state.pth about 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload scheduler.pt about 4 years ago
  • special_tokens_map.json
    772 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    2.24 MB
    Upload tokenizer.json about 4 years ago
  • tokenizer_config.json
    1.16 kB
    Upload tokenizer_config.json about 4 years ago
  • trainer_state.json
    6.16 kB
    Upload trainer_state.json about 4 years ago
  • training_args.bin
    3.25 kB
    xet
    Upload training_args.bin about 4 years ago
  • vocab.json
    864 kB
    Upload vocab.json about 4 years ago