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

  • Log In
  • Sign Up

ashercn97
/
Linq-Embed-Mistral-bnb-4bit

Feature Extraction
sentence-transformers
Safetensors
Transformers
English
mistral
bnb-my-repo
mteb
Eval Results (legacy)
text-embeddings-inference
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use ashercn97/Linq-Embed-Mistral-bnb-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use ashercn97/Linq-Embed-Mistral-bnb-4bit with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("ashercn97/Linq-Embed-Mistral-bnb-4bit")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Transformers

    How to use ashercn97/Linq-Embed-Mistral-bnb-4bit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="ashercn97/Linq-Embed-Mistral-bnb-4bit")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("ashercn97/Linq-Embed-Mistral-bnb-4bit")
    model = AutoModel.from_pretrained("ashercn97/Linq-Embed-Mistral-bnb-4bit")
  • Notebooks
  • Google Colab
  • Kaggle
Linq-Embed-Mistral-bnb-4bit
3.87 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ashercn97's picture
ashercn97
Create 1_Pooling/config.json
baed4c1 verified about 1 year ago
  • 1_Pooling
    Create 1_Pooling/config.json about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    54.3 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    1.17 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    3.86 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    624 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    3.51 MB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.06 kB
    Upload folder using huggingface_hub about 1 year ago