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

hf-tiny-model-private
/
tiny-random-MPNetModel

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
mpnet
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use hf-tiny-model-private/tiny-random-MPNetModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-tiny-model-private/tiny-random-MPNetModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hf-tiny-model-private/tiny-random-MPNetModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-MPNetModel")
    model = AutoModel.from_pretrained("hf-tiny-model-private/tiny-random-MPNetModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-MPNetModel
3.01 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
12ecec0 verified over 1 year ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    601 Bytes
    Upload tiny models for MPNetModel about 3 years ago
  • model.safetensors
    954 kB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    973 kB
    xet
    Upload tiny models for MPNetModel about 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload tiny models for MPNetModel about 3 years ago
  • tf_model.h5
    1.06 MB
    xet
    Upload tiny models for MPNetModel about 3 years ago
  • tokenizer.json
    22.3 kB
    Upload tiny models for MPNetModel about 3 years ago
  • tokenizer_config.json
    1.43 kB
    Upload tiny models for MPNetModel about 3 years ago
  • vocab.txt
    4.68 kB
    Upload tiny models for MPNetModel about 3 years ago