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

  • Log In
  • Sign Up

pucpr
/
biobertpt-all

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Portuguese
bert
Model card Files Files and versions
xet
Community
6

Instructions to use pucpr/biobertpt-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pucpr/biobertpt-all with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="pucpr/biobertpt-all")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("pucpr/biobertpt-all")
    model = AutoModelForMaskedLM.from_pretrained("pucpr/biobertpt-all")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
biobertpt-all
2.85 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
lisaterumi's picture
lisaterumi
Upload biobertpt-all.safetensors
d0caeec verified 10 months ago
  • .gitattributes
    453 Bytes
    Upload biobertpt-all.safetensors 10 months ago
  • README.md
    4.05 kB
    Update README.md over 3 years ago
  • biobertpt-all.safetensors
    709 MB
    xet
    Upload biobertpt-all.safetensors 10 months ago
  • config.json
    1.32 kB
    First version of biobertpt-all model and tokenizer. over 5 years ago
  • flax_model.msgpack
    712 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    714 MB
    xet
    First version of biobertpt-all model and tokenizer. over 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of biobertpt-all model and tokenizer. over 5 years ago
  • tf_model.h5
    712 MB
    xet
    First version of biobertpt-all model and tokenizer. over 5 years ago
  • tokenizer_config.json
    40 Bytes
    First version of biobertpt-all model and tokenizer. over 5 years ago
  • vocab.txt
    996 kB
    First version of biobertpt-all model and tokenizer. over 5 years ago