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

  • Log In
  • Sign Up

Geotrend
/
distilbert-base-pt-cased

Fill-Mask
Transformers
PyTorch
Safetensors
Portuguese
distilbert
Model card Files Files and versions
xet
Community
1

Instructions to use Geotrend/distilbert-base-pt-cased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Geotrend/distilbert-base-pt-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Geotrend/distilbert-base-pt-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Geotrend/distilbert-base-pt-cased")
    model = AutoModelForMaskedLM.from_pretrained("Geotrend/distilbert-base-pt-cased")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-pt-cased
502 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
amine's picture
amine
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f726a06 almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    1.28 kB
    Update from amine almost 5 years ago
  • config.json
    557 Bytes
    Update from amine almost 5 years ago
  • model.safetensors
    251 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    251 MB
    xet
    Update from amine almost 5 years ago
  • tokenizer_config.json
    49 Bytes
    Update from amine almost 5 years ago
  • vocab.txt
    162 kB
    Update from amine almost 5 years ago