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

  • Log In
  • Sign Up

sdadas
/
polish-roberta-large-v2

Fill-Mask
Transformers
PyTorch
Safetensors
Polish
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use sdadas/polish-roberta-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sdadas/polish-roberta-large-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="sdadas/polish-roberta-large-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("sdadas/polish-roberta-large-v2")
    model = AutoModelForMaskedLM.from_pretrained("sdadas/polish-roberta-large-v2")
  • Notebooks
  • Google Colab
  • Kaggle
polish-roberta-large-v2
3.49 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 12 commits
sdadas's picture
sdadas
Update tokenizer_config.json
dd083e6 verified 3 months ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    781 Bytes
    Update README.md 10 months ago
  • config.json
    694 Bytes
    Update config.json over 2 years ago
  • model.safetensors
    1.74 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    1.74 GB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    239 Bytes
    add tokenizer about 4 years ago
  • tokenizer.json
    8.59 MB
    Upload tokenizer.json about 2 years ago
  • tokenizer_config.json
    347 Bytes
    Update tokenizer_config.json 3 months ago