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

Farrukhceo
/
litfx-nomic-embed

Feature Extraction
sentence-transformers
Safetensors
nomic_bert
sentence-similarity
dense
Generated from Trainer
dataset_size:2030
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Farrukhceo/litfx-nomic-embed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Farrukhceo/litfx-nomic-embed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Farrukhceo/litfx-nomic-embed", trust_remote_code=True)
    
    sentences = [
        "search_query: wat is a slash command?",
        "search_document: Community moderation features: Google Cloud Vision SafeSearch auto-rejects adult, violent, or racy uploaded images. Messages with 3 or more reports are auto-hidden pending review. Community bot with engagement scheduler, filters, and slash commands. Admin audit trails for all moderation actions. User presence shows online, idle, and DND states. Community profiles display role (CEO, admin, moderator, student), subscription tier, TQS score, and badges.",
        "search_document: Community has 9 or more channels organized by topic. Trading channels: entries, analysis, front-testing, crypto, stock, questions, stop-losses, fundamental-analysis, trade-ideas. General channels: announcement, general-chat, homework. Results channel and sunday-talk (weekly mindset). Premium-gated channels: homework, front-testing, entries, stop-losses, questions. Features include text plus multiple images, trade result cards, emoji reactions, reply threads, pinned messages, message editing, and admin moderation tools. Exclusive premium community channels are English-language.",
        "search_document: General sizing formula: position size equals account risk amount divided by stop distance value. This keeps risk constant across different instruments and setup sizes instead of using arbitrary lot size choices."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
litfx-nomic-embed
548 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Farrukhceo's picture
Farrukhceo
Upload README.md with huggingface_hub
415444c verified 5 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    34.5 kB
    Upload README.md with huggingface_hub 5 months ago
  • config.json
    2.06 kB
    Upload folder using huggingface_hub 5 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 5 months ago
  • configuration_hf_nomic_bert.py
    1.96 kB
    Upload folder using huggingface_hub 5 months ago
  • model.safetensors
    547 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • modeling_hf_nomic_bert.py
    104 kB
    Upload folder using huggingface_hub 5 months ago
  • modules.json
    229 Bytes
    Upload folder using huggingface_hub 5 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 5 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 5 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 5 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 5 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 5 months ago