Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

PORTULAN
/
albertina-900m-portuguese-ptbr-encoder-brwac

Fill-Mask
Transformers
PyTorch
Safetensors
Portuguese
deberta-v2
albertina-pt*
albertina-ptpt
albertina-ptbr
bert
deberta
portuguese
encoder
foundation model
Model card Files Files and versions
xet
Community
7

Instructions to use PORTULAN/albertina-900m-portuguese-ptbr-encoder-brwac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use PORTULAN/albertina-900m-portuguese-ptbr-encoder-brwac with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="PORTULAN/albertina-900m-portuguese-ptbr-encoder-brwac")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("PORTULAN/albertina-900m-portuguese-ptbr-encoder-brwac")
    model = AutoModelForMaskedLM.from_pretrained("PORTULAN/albertina-900m-portuguese-ptbr-encoder-brwac")
  • Notebooks
  • Google Colab
  • Kaggle
albertina-900m-portuguese-ptbr-encoder-brwac
3.56 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 59 commits
jrsilva's picture
jrsilva
Update README.md
0af138b verified 12 months ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    15.1 kB
    Update README.md 12 months ago
  • added_tokens.json
    23 Bytes
    pt-br model about 3 years ago
  • config.json
    952 Bytes
    pt-br model about 3 years ago
  • model.safetensors
    1.77 GB
    xet
    Adding `safetensors` variant of this model (#7) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.77 GB
    xet
    pt-br model about 3 years ago
  • special_tokens_map.json
    173 Bytes
    pt-br model about 3 years ago
  • spm.model
    2.45 MB
    xet
    pt-br model about 3 years ago
  • tokenizer.json
    8.64 MB
    pt-br model about 3 years ago
  • tokenizer_config.json
    379 Bytes
    pt-br model about 3 years ago