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

WealthFromAI
/
empire-embed

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:333
loss:CosineSimilarityLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use WealthFromAI/empire-embed with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("WealthFromAI/empire-embed")
    
    sentences = [
        "brain scan",
        "Full WordPress Site Health Audit. Check plugins — installed, active, and update status command Verify SEO configuration command Test page speed with Lighthouse command Security check — WordFence scan and login protection check Test REST API connectivity and credentials command Check Google Search Console for crawl errors and ranking prompt. Tags: wordpress, audit, seo, security, performance, plugins, health",
        "Bulk Article Creation for a Site. Research topics and identify content gaps command Generate content outlines and briefs command Write content using ZimmWriter or scripts prompt Generate featured images for all articles command Publish articles and set featured images command. Tags: content, articles, bulk, wordpress, seo, publishing, zimmwriter",
        "Run EMPIRE-BRAIN Scan and Intelligence Cycle. Run full empire brain scan command Generate intelligence briefing command Check brain stats and performance metrics command Run evolution cycle command Verify Sentinel service monitoring status command. Tags: empire, brain, scan, intelligence, monitoring, evolution, briefing"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
empire-embed
91.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
WealthFromAI's picture
WealthFromAI
Push Phase 3 empire-embed sentence transformer
7c2a4d6 verified 3 months ago
  • 1_Pooling
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    19.2 kB
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • config.json
    774 Bytes
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • config_sentence_transformers.json
    294 Bytes
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • model.safetensors
    90.9 MB
    xet
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • modules.json
    368 Bytes
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • sentence_bert_config.json
    60 Bytes
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • tokenizer.json
    712 kB
    Push Phase 3 empire-embed sentence transformer 3 months ago
  • tokenizer_config.json
    587 Bytes
    Push Phase 3 empire-embed sentence transformer 3 months ago