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

SzegedAI
/
bert-tiny5M

Feature Extraction
Transformers
PyTorch
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use SzegedAI/bert-tiny5M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SzegedAI/bert-tiny5M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SzegedAI/bert-tiny5M")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("SzegedAI/bert-tiny5M")
    model = AutoModel.from_pretrained("SzegedAI/bert-tiny5M")
  • Notebooks
  • Google Colab
  • Kaggle
bert-tiny5M
34.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
7b49590 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    620 Bytes
    Upload model almost 3 years ago
  • model.safetensors
    16.8 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin
    16.8 MB
    xet
    Upload model almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    669 kB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    310 Bytes
    Upload tokenizer almost 3 years ago
  • vocab.txt
    213 kB
    Upload tokenizer almost 3 years ago