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

  • Log In
  • Sign Up

ababeal
/
e5-large-v2

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

Instructions to use ababeal/e5-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ababeal/e5-large-v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ababeal/e5-large-v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ababeal/e5-large-v2")
    model = AutoModel.from_pretrained("ababeal/e5-large-v2")
  • Notebooks
  • Google Colab
  • Kaggle
e5-large-v2
2.68 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ababeal's picture
ababeal
bug: fixed handler.py from root repo
dc576cf over 2 years ago
  • 1_Pooling
    bug: fixed handler.py from root repo over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    616 Bytes
    bug: fixed handler.py from root repo over 2 years ago
  • handler.py
    1.18 kB
    bug: fixed handler.py from root repo over 2 years ago
  • model.safetensors
    1.34 GB
    xet
    bug: fixed handler.py from root repo over 2 years ago
  • modules.json
    387 Bytes
    bug: fixed handler.py from root repo over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.34 GB
    xet
    bug: fixed handler.py from root repo over 2 years ago
  • sentence_bert_config.json
    57 Bytes
    bug: fixed handler.py from root repo over 2 years ago
  • special_tokens_map.json
    125 Bytes
    bug: fixed handler.py from root repo over 2 years ago
  • tokenizer.json
    711 kB
    bug: fixed handler.py from root repo over 2 years ago
  • tokenizer_config.json
    314 Bytes
    bug: fixed handler.py from root repo over 2 years ago
  • vocab.txt
    232 kB
    bug: fixed handler.py from root repo over 2 years ago