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

  • Log In
  • Sign Up

subbareddyoota
/
ltrc-albert

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

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

  • Libraries
  • Transformers

    How to use subbareddyoota/ltrc-albert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="subbareddyoota/ltrc-albert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("subbareddyoota/ltrc-albert")
    model = AutoModelForMaskedLM.from_pretrained("subbareddyoota/ltrc-albert")
  • Notebooks
  • Google Colab
  • Kaggle
ltrc-albert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
subbareddyiiit's picture
subbareddyiiit
Update from ubuntu
4c5f82a 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
    721 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?

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

    Detected Pickle imports (4)

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

    What is a pickle import?

    44.9 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
    156 Bytes
    Update from ubuntu over 4 years ago
  • spiece.model
    760 kB
    xet
    Update from ubuntu over 4 years ago
  • tokenizer_config.json
    283 Bytes
    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