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

  • Log In
  • Sign Up

adalbertojunior
/
distilbert-portuguese-cased

Feature Extraction
Transformers
PyTorch
Safetensors
Portuguese
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use adalbertojunior/distilbert-portuguese-cased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="adalbertojunior/distilbert-portuguese-cased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("adalbertojunior/distilbert-portuguese-cased")
    model = AutoModel.from_pretrained("adalbertojunior/distilbert-portuguese-cased")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-portuguese-cased
531 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
adalbertojunior's picture
adalbertojunior
Update README.md
517a101 verified over 1 year ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    1.1 kB
    Update README.md over 1 year ago
  • config.json
    624 Bytes
    files almost 5 years ago
  • model.safetensors
    266 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    266 MB
    xet
    files almost 5 years ago
  • sentence_bert_config.json
    27 Bytes
    files almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    files almost 5 years ago
  • tokenizer_config.json
    513 Bytes
    files almost 5 years ago
  • vocab.txt
    210 kB
    files almost 5 years ago