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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

shuyuej
/
SFR-Embedding-Mistral-GPTQ

Feature Extraction
Transformers
Safetensors
mistral
text-embeddings-inference
4-bit precision
gptq
Model card Files Files and versions
xet
Community

Instructions to use shuyuej/SFR-Embedding-Mistral-GPTQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shuyuej/SFR-Embedding-Mistral-GPTQ with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="shuyuej/SFR-Embedding-Mistral-GPTQ")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("shuyuej/SFR-Embedding-Mistral-GPTQ")
    model = AutoModel.from_pretrained("shuyuej/SFR-Embedding-Mistral-GPTQ", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
SFR-Embedding-Mistral-GPTQ
4.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
shuyuej's picture
shuyuej
Update config.json
d6a5d13 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    797 Bytes
    Update README.md about 2 years ago
  • config.json
    1 kB
    Update config.json about 2 years ago
  • config_sentence_transformers.json
    123 Bytes
    Upload 7 files about 2 years ago
  • model.safetensors
    4.16 GB
    xet
    Rename gptq_model-4bit-128g.safetensors to model.safetensors about 2 years ago
  • modules.json
    229 Bytes
    Upload 7 files about 2 years ago
  • quantize_config.json
    267 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • sentence_bert_config.json
    54 Bytes
    Upload 7 files about 2 years ago
  • special_tokens_map.json
    624 Bytes
    Upload 7 files about 2 years ago
  • tokenizer.json
    1.8 MB
    Upload 7 files about 2 years ago
  • tokenizer.model
    493 kB
    xet
    Upload 7 files about 2 years ago
  • tokenizer_config.json
    981 Bytes
    Upload 7 files about 2 years ago