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
/
alectra-small-owt

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="shoarora/alectra-small-owt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("shoarora/alectra-small-owt")
    model = AutoModel.from_pretrained("shoarora/alectra-small-owt")
  • Notebooks
  • Google Colab
  • Kaggle
alectra-small-owt
19.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
julien-c's picture
julien-c HF Staff
Migrate model card from transformers-repo
59978c5 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit about 6 years ago
  • README.md
    3.23 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    608 Bytes
    Update config.json about 6 years ago
  • pytorch_model.bin
    19.3 MB
    xet
    Update pytorch_model.bin about 6 years ago