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

  • Log In
  • Sign Up

subbareddyiiit
/
TeElectra

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

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

  • Libraries
  • Transformers

    How to use subbareddyiiit/TeElectra with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="subbareddyiiit/TeElectra")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("subbareddyiiit/TeElectra")
    model = AutoModelForMaskedLM.from_pretrained("subbareddyiiit/TeElectra")
  • Notebooks
  • Google Colab
  • Kaggle
TeElectra
1.21 GB
Ctrl+K
Ctrl+K
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
600c814 verified about 1 year ago
  • .gitattributes
    399 Bytes
    Adding `safetensors` variant of this model about 1 year ago
  • config.json
    464 Bytes
    Update config.json almost 6 years ago
  • model.ckpt-70000.data-00000-of-00001
    724 MB
    xet
    Update model.ckpt-70000.data-00000-of-00001 almost 6 years ago
  • model.ckpt-70000.index
    44.8 kB
    Update model.ckpt-70000.index almost 6 years ago
  • model.ckpt-70000.meta
    7.34 MB
    Update model.ckpt-70000.meta almost 6 years ago
  • model.safetensors
    237 MB
    xet
    Adding `safetensors` variant of this model about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    237 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • vocab.txt
    4.23 MB
    Update vocab.txt almost 6 years ago