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

  • Log In
  • Sign Up

crabz
/
exp1

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

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

  • Libraries
  • Transformers

    How to use crabz/exp1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="crabz/exp1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("crabz/exp1")
    model = AutoModelForMaskedLM.from_pretrained("crabz/exp1")
  • Notebooks
  • Google Colab
  • Kaggle
exp1
332 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
crabz's picture
crabz
exp1
1505c44 about 4 years ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    97 Bytes
    exp1 about 4 years ago
  • config.json
    684 Bytes
    exp1 about 4 years ago
  • merges.txt
    533 kB
    exp1 about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    329 MB
    xet
    exp1 about 4 years ago
  • special_tokens_map.json
    772 Bytes
    exp1 about 4 years ago
  • tokenizer.json
    1.51 MB
    exp1 about 4 years ago
  • tokenizer_config.json
    1.12 kB
    exp1 about 4 years ago
  • vocab.json
    875 kB
    exp1 about 4 years ago