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

  • Log In
  • Sign Up

Ran-Mewo
/
e5-small-v2-quantized

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
ONNX
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Ran-Mewo/e5-small-v2-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ran-Mewo/e5-small-v2-quantized with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Ran-Mewo/e5-small-v2-quantized")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Ran-Mewo/e5-small-v2-quantized")
    model = AutoModel.from_pretrained("Ran-Mewo/e5-small-v2-quantized")
  • Notebooks
  • Google Colab
  • Kaggle
e5-small-v2-quantized
569 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Ran-Mewo's picture
Ran-Mewo
Update README.md
4376a1f over 2 years ago
  • 1_Pooling
    Initial Commit over 2 years ago
  • .gitattributes
    1.48 kB
    Initial Commit over 2 years ago
  • README.md
    94 Bytes
    Update README.md over 2 years ago
  • config.json
    615 Bytes
    Initial Commit over 2 years ago
  • model.onnx
    133 MB
    xet
    Initial Commit over 2 years ago
  • model.safetensors
    133 MB
    xet
    Initial Commit over 2 years ago
  • modules.json
    387 Bytes
    Initial Commit over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    134 MB
    xet
    Initial Commit over 2 years ago
  • quant_config.json
    674 Bytes
    Initial Commit over 2 years ago
  • quantized_true.onnx
    34 MB
    xet
    Initial Commit over 2 years ago
  • sentence_bert_config.json
    57 Bytes
    Initial Commit over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Initial Commit over 2 years ago
  • tf_model.h5
    134 MB
    xet
    Initial Commit over 2 years ago
  • tokenizer.json
    711 kB
    Initial Commit over 2 years ago
  • tokenizer_config.json
    314 Bytes
    Initial Commit over 2 years ago
  • vocab.txt
    232 kB
    Initial Commit over 2 years ago