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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Rustem
/
distilroberta-base-trained

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

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

  • Libraries
  • Transformers

    How to use Rustem/distilroberta-base-trained with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Rustem/distilroberta-base-trained")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Rustem/distilroberta-base-trained")
    model = AutoModelForMaskedLM.from_pretrained("Rustem/distilroberta-base-trained", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilroberta-base-trained
986 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
Rustem's picture
Rustem
Upload pytorch_model.bin with git-lfs
1f11a79 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    28 Bytes
    Update README.md over 4 years ago
  • config.json
    677 Bytes
    Upload config.json over 4 years ago
  • optimizer.pt
    657 MB
    xet
    Upload optimizer.pt with git-lfs over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    329 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • rng_state.pth

    Detected Pickle imports (7)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "numpy.core.multiarray._reconstruct",
    • "numpy.dtype",
    • "numpy.ndarray",
    • "_codecs.encode",
    • "torch.ByteStorage"

    How to fix it?

    14.5 kB
    xet
    Upload rng_state.pth with git-lfs over 4 years ago
  • scheduler.pt
    623 Bytes
    xet
    Upload scheduler.pt with git-lfs over 4 years ago
  • trainer_state.json
    5.01 kB
    Upload trainer_state.json over 4 years ago
  • training_args.bin
    2.99 kB
    xet
    Upload training_args.bin with git-lfs over 4 years ago