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

  • Log In
  • Sign Up

sultan
/
BioM-ALBERT-xxlarge-PMC

Fill-Mask
Transformers
PyTorch
albert
Model card Files Files and versions
xet
Community
2

Instructions to use sultan/BioM-ALBERT-xxlarge-PMC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sultan/BioM-ALBERT-xxlarge-PMC with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="sultan/BioM-ALBERT-xxlarge-PMC")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("sultan/BioM-ALBERT-xxlarge-PMC")
    model = AutoModelForMaskedLM.from_pretrained("sultan/BioM-ALBERT-xxlarge-PMC")
  • Notebooks
  • Google Colab
  • Kaggle
BioM-ALBERT-xxlarge-PMC
894 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
sultan's picture
sultan
Update README.md
546b104 over 2 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • PubMD-30k-clean.vocab
    567 kB
    Uploading the Model almost 5 years ago
  • README.md
    4.88 kB
    Update README.md over 2 years ago
  • config.json
    706 Bytes
    Update config.json almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    893 MB
    xet
    Uploading the Model almost 5 years ago
  • spiece.model
    778 kB
    xet
    Uploading the Model almost 5 years ago