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

Tomohiro
/
RealMedNLP_CR_JA

Token Classification
Transformers
PyTorch
Japanese
bert
NER
medical documents
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Tomohiro/RealMedNLP_CR_JA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Tomohiro/RealMedNLP_CR_JA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Tomohiro/RealMedNLP_CR_JA")
    model = AutoModelForTokenClassification.from_pretrained("Tomohiro/RealMedNLP_CR_JA")
  • Notebooks
  • Google Colab
  • Kaggle
RealMedNLP_CR_JA
440 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Tomohiro's picture
Tomohiro
Update README.md
2981014 almost 4 years ago
  • .gitattributes
    1.39 kB
    Upload model_CR.ckpt almost 4 years ago
  • NER_medNLP.py
    9.34 kB
    Upload NER_medNLP.py almost 4 years ago
  • README.md
    1.05 kB
    Update README.md almost 4 years ago
  • config.json
    4.04 kB
    Upload config.json almost 4 years ago
  • id_to_tags.pkl

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    620 Bytes
    xet
    Upload id_to_tags.pkl almost 4 years ago
  • key_attr.pkl

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    191 Bytes
    xet
    Upload key_attr.pkl almost 4 years ago
  • predict.py
    4.47 kB
    Upload predict.py almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    440 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • text.txt
    1.94 kB
    Upload text.txt almost 4 years ago