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

  • Log In
  • Sign Up

crabz
/
bertoslav-limited

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

Instructions to use crabz/bertoslav-limited with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use crabz/bertoslav-limited with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="crabz/bertoslav-limited")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("crabz/bertoslav-limited")
    model = AutoModelForMaskedLM.from_pretrained("crabz/bertoslav-limited")
  • Notebooks
  • Google Colab
  • Kaggle
bertoslav-limited
267 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
crabz's picture
crabz
Create README.md
06ee6ed about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    24 Bytes
    Create README.md about 4 years ago
  • config.json
    487 Bytes
    bertoslav-limited over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    266 MB
    xet
    bertoslav-limited over 4 years ago
  • special_tokens_map.json
    112 Bytes
    bertoslav-limited over 4 years ago
  • tokenizer.json
    473 kB
    bertoslav-limited over 4 years ago
  • tokenizer_config.json
    228 Bytes
    bertoslav-limited over 4 years ago