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
2.14 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
LysandreJik's picture
LysandreJik
Update TF version
1ce08a7 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    512 Bytes
    32k vocab size over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    672 kB
    xet
    32k vocab size over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tf_model.h5
    1.25 MB
    xet
    Update TF version over 5 years ago
  • tokenizer_config.json
    172 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    213 kB
    Update vocab.txt over 5 years ago