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

  • Log In
  • Sign Up

Tomohiro
/
MedTXTNER

Token Classification
Transformers
Safetensors
bert
japanese
ner
medical
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Tomohiro/MedTXTNER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Tomohiro/MedTXTNER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Tomohiro/MedTXTNER")
    model = AutoModelForTokenClassification.from_pretrained("Tomohiro/MedTXTNER")
  • Notebooks
  • Google Colab
  • Kaggle
MedTXTNER
443 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Tomohiro's picture
Tomohiro
Update README.md
fd9e32a verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.37 kB
    Update README.md about 1 year ago
  • config.json
    5.37 kB
    Upload BertForTokenClassification about 1 year ago
  • model.safetensors
    443 MB
    xet
    Upload BertForTokenClassification about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.43 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    231 kB
    Upload tokenizer about 1 year ago