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

  • Log In
  • Sign Up

StevenZHB
/
Bio-Inject-Bert

Fill-Mask
Transformers
PyTorch
bert
Model card Files Files and versions
xet
Community
1

Instructions to use StevenZHB/Bio-Inject-Bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StevenZHB/Bio-Inject-Bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="StevenZHB/Bio-Inject-Bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("StevenZHB/Bio-Inject-Bert")
    model = AutoModelForMaskedLM.from_pretrained("StevenZHB/Bio-Inject-Bert")
  • Notebooks
  • Google Colab
  • Kaggle
Bio-Inject-Bert
876 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
1498042 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    70 Bytes
    Update README.md over 2 years ago
  • config.json
    691 Bytes
    Upload 5 files over 2 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin
    438 MB
    xet
    Upload 5 files over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 5 files over 2 years ago
  • tokenizer_config.json
    417 Bytes
    Upload 5 files over 2 years ago
  • vocab.txt
    226 kB
    Upload 5 files over 2 years ago