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

  • Log In
  • Sign Up

balzanilo
/
UMLSBert_ENG

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

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

  • Libraries
  • Transformers

    How to use balzanilo/UMLSBert_ENG with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="balzanilo/UMLSBert_ENG")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("balzanilo/UMLSBert_ENG")
    model = AutoModel.from_pretrained("balzanilo/UMLSBert_ENG")
  • Notebooks
  • Google Colab
  • Kaggle
UMLSBert_ENG
876 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
balzanilo's picture
balzanilo
Create .gitignore
a808a6d about 2 years ago
  • .DS_Store
    6.15 kB
    Initial commit over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    63 Bytes
    Create .gitignore about 2 years ago
  • README.md
    834 Bytes
    Update README.md over 2 years ago
  • config.json
    462 Bytes
    Initial commit over 2 years ago
  • model.safetensors
    438 MB
    xet
    Initial commit over 2 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
    Initial commit over 2 years ago
  • vocab.txt
    225 kB
    Initial commit over 2 years ago