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

havocy28
/
VetBERT

Fill-Mask
Transformers
PyTorch
English
bert
pretraining
biology
medical
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use havocy28/VetBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="havocy28/VetBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("havocy28/VetBERT")
    model = AutoModelForPreTraining.from_pretrained("havocy28/VetBERT")
  • Notebooks
  • Google Colab
  • Kaggle
VetBERT
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
havocy28's picture
havocy28
Update README.md
db5e1d0 verified almost 2 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    3.26 kB
    Update README.md almost 2 years ago
  • config.json
    592 Bytes
    Upload ./ with huggingface_hub about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    436 MB
    xet
    Upload ./ with huggingface_hub about 2 years ago
  • vocab.txt
    213 kB
    Upload ./ with huggingface_hub about 2 years ago