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

  • Log In
  • Sign Up

GanjinZero
/
UMLSBert_ENG

Feature Extraction
Transformers
PyTorch
Safetensors
English
bert
biomedical
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use GanjinZero/UMLSBert_ENG with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="GanjinZero/UMLSBert_ENG")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("GanjinZero/UMLSBert_ENG")
    model = AutoModel.from_pretrained("GanjinZero/UMLSBert_ENG")
  • Notebooks
  • Google Colab
  • Kaggle
UMLSBert_ENG
876 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
GanjinZero's picture
GanjinZero
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
89c0ff4 about 3 years ago
  • .gitattributes
    146 Bytes
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • README.md
    853 Bytes
    Update README.md about 3 years ago
  • config.json
    462 Bytes
    New version over 5 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#2) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    438 MB
    xet
    New version over 5 years ago
  • vocab.txt
    225 kB
    New version over 5 years ago