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

  • Log In
  • Sign Up

Pasmikh
/
crm-mail-embedder

Feature Extraction
Transformers
Safetensors
qwen2
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Pasmikh/crm-mail-embedder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Pasmikh/crm-mail-embedder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Pasmikh/crm-mail-embedder", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Pasmikh/crm-mail-embedder", trust_remote_code=True)
    model = AutoModel.from_pretrained("Pasmikh/crm-mail-embedder", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
crm-mail-embedder
3.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Pasmikh's picture
Pasmikh
Add new SentenceTransformer model.
71065b8 verified almost 2 years ago
  • 1_Pooling
    Add new SentenceTransformer model. almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    11.2 kB
    Add new SentenceTransformer model. almost 2 years ago
  • added_tokens.json
    80 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • config.json
    1.03 kB
    Add new SentenceTransformer model. almost 2 years ago
  • config_sentence_transformers.json
    357 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • merges.txt
    1.67 MB
    Add new SentenceTransformer model. almost 2 years ago
  • model.safetensors
    3.09 GB
    xet
    Add new SentenceTransformer model. almost 2 years ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • sentence_bert_config.json
    55 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • special_tokens_map.json
    370 Bytes
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer.json
    7.03 MB
    Add new SentenceTransformer model. almost 2 years ago
  • tokenizer_config.json
    1.6 kB
    Add new SentenceTransformer model. almost 2 years ago
  • vocab.json
    2.78 MB
    Add new SentenceTransformer model. almost 2 years ago