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

  • Log In
  • Sign Up

subbareddyoota
/
ltrc-roberta

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

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

  • Libraries
  • Transformers

    How to use subbareddyoota/ltrc-roberta with Transformers:

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

    Detected Pickle imports (3)

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

    What is a pickle import?

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

    Detected Pickle imports (4)

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

    What is a pickle import?

    499 MB
    xet
    Update from ubuntu over 4 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    258 Bytes
    xet
    Update from ubuntu over 4 years ago
  • special_tokens_map.json
    772 Bytes
    Update from ubuntu over 4 years ago
  • tokenizer_config.json
    1.05 kB
    Update from ubuntu over 4 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "argparse.Namespace",
    • "torch.device"

    How to fix it?

    1.25 kB
    xet
    Update from ubuntu over 4 years ago
  • vocab.json
    899 kB
    Update from ubuntu over 4 years ago