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

shoarora
/
electra-small-owt

Feature Extraction
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

Instructions to use shoarora/electra-small-owt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shoarora/electra-small-owt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="shoarora/electra-small-owt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("shoarora/electra-small-owt")
    model = AutoModel.from_pretrained("shoarora/electra-small-owt")
  • Notebooks
  • Google Colab
  • Kaggle
electra-small-owt
139 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
b47d5a5 about 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    3.05 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    453 Bytes
    Update config.json about 6 years ago
  • flax_model.msgpack
    69.6 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    69.6 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • vocab.txt
    232 kB
    Update vocab.txt about 6 years ago