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

  • Log In
  • Sign Up

jpohhhh
/
biencoder_embedding

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

Instructions to use jpohhhh/biencoder_embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use jpohhhh/biencoder_embedding with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="jpohhhh/biencoder_embedding")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("jpohhhh/biencoder_embedding")
    model = AutoModel.from_pretrained("jpohhhh/biencoder_embedding")
  • Notebooks
  • Google Colab
  • Kaggle
biencoder_embedding
947 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
jpohhhh's picture
jpohhhh
Disable quantization
713ed0a about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    27 Bytes
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • config.json
    677 Bytes
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • handler.py
    770 Bytes
    Disable quantization about 3 years ago
  • pytorch_model.bin
    128 Bytes
    xet
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • requirements.txt
    5 Bytes
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • special_tokens_map.json
    125 Bytes
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • tokenizer.json
    712 kB
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • tokenizer_config.json
    587 Bytes
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • training_args.bin
    128 Bytes
    xet
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago
  • vocab.txt
    232 kB
    Fork jpohhhh/embeddings_from_msmarco-MiniLM-L-6-v3 about 3 years ago