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

lysandre
/
tiny-bert-random

Transformers
PyTorch
google-tensorflow TensorFlow
JAX
bert
pretraining
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use lysandre/tiny-bert-random with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("lysandre/tiny-bert-random")
    model = AutoModelForPreTraining.from_pretrained("lysandre/tiny-bert-random")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-bert-random
336 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
system's picture
system HF Staff
Update vocab.txt
edac05c over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    500 Bytes
    Update config.json over 5 years ago
  • pytorch_model.bin
    22.2 kB
    xet
    Update pytorch_model.bin over 5 years ago
  • tf_model.h5
    100 kB
    xet
    Update tf_model.h5 over 5 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 5 years ago