Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

optimum-intel-internal-testing
/
tiny-random-squeezebert

Feature Extraction
Transformers
PyTorch
Safetensors
squeezebert
Model card Files Files and versions
xet
Community

Instructions to use optimum-intel-internal-testing/tiny-random-squeezebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use optimum-intel-internal-testing/tiny-random-squeezebert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="optimum-intel-internal-testing/tiny-random-squeezebert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("optimum-intel-internal-testing/tiny-random-squeezebert")
    model = AutoModel.from_pretrained("optimum-intel-internal-testing/tiny-random-squeezebert")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-squeezebert
1.19 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
IlyasMoutawwakil's picture
IlyasMoutawwakil HF Staff
Mirror from hf-internal-testing/tiny-random-squeezebert
76ca583 verified 7 months ago
  • .gitattributes
    791 Bytes
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • README.md
    5.17 kB
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • config.json
    716 Bytes
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • model.safetensors
    322 kB
    xet
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    847 kB
    xet
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • special_tokens_map.json
    112 Bytes
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • tokenizer.json
    12.9 kB
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • tokenizer_config.json
    342 Bytes
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago
  • vocab.txt
    4.68 kB
    Mirror from hf-internal-testing/tiny-random-squeezebert 7 months ago