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

  • Log In
  • Sign Up

sdadas
/
polish-distilroberta

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

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

  • Libraries
  • Transformers

    How to use sdadas/polish-distilroberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="sdadas/polish-distilroberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("sdadas/polish-distilroberta")
    model = AutoModelForMaskedLM.from_pretrained("sdadas/polish-distilroberta")
  • Notebooks
  • Google Colab
  • Kaggle
polish-distilroberta
Ctrl+K
Ctrl+K
  • 3 contributors
History: 8 commits
sdadas's picture
sdadas
Update README.md
849b664 verified 2 months ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    42 Bytes
    Update README.md 2 months ago
  • config.json
    688 Bytes
    add model about 4 years ago
  • model.safetensors
    328 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    328 MB
    xet
    add model about 4 years ago
  • special_tokens_map.json
    239 Bytes
    add tokenizer about 4 years ago
  • tokenizer.json
    3.36 MB
    add tokenizer about 4 years ago
  • tokenizer_config.json
    344 Bytes
    Update tokenizer_config.json 3 months ago