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

  • Log In
  • Sign Up

subbareddyoota
/
ltrc-distilbert

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

Instructions to use subbareddyoota/ltrc-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use subbareddyoota/ltrc-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="subbareddyoota/ltrc-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("subbareddyoota/ltrc-distilbert")
    model = AutoModelForMaskedLM.from_pretrained("subbareddyoota/ltrc-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
ltrc-distilbert
790 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
subbareddyiiit's picture
subbareddyiiit
Update from ubuntu
0fc61ff over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    6 Bytes
    Update from ubuntu over 4 years ago
  • config.json
    523 Bytes
    Update from ubuntu over 4 years ago
  • optimizer.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    527 MB
    xet
    Update from ubuntu over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    263 MB
    xet
    Update from ubuntu over 4 years ago
  • scheduler.pt
    258 Bytes
    xet
    Update from ubuntu over 4 years ago
  • special_tokens_map.json
    112 Bytes
    Update from ubuntu over 4 years ago
  • tokenizer_config.json
    433 Bytes
    Update from ubuntu over 4 years ago
  • training_args.bin
    1.28 kB
    xet
    Update from ubuntu over 4 years ago
  • vocab.txt
    213 kB
    Update from ubuntu over 4 years ago