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

eulogik
/
fugusashi-router

Feature Extraction
sentence-transformers
PyTorch
English
model-router
llm
cma-es
open-source
fugusashi
python
inference
optimization
routing
mixture-of-experts
multi-agent
federated-learning
cost-optimization
latency
trinity
sakana
nlp
text-generation
Model card Files Files and versions
xet
Community

Instructions to use eulogik/fugusashi-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use eulogik/fugusashi-router with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("eulogik/fugusashi-router")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
fugusashi-router
26.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
GautamKishore's picture
GautamKishore
Update model card: add library_name, pipeline_tag, expanded tags, arxiv, metrics, huggingface_hub example for download tracking
1bbe09e verified 9 days ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • README.md
    5.45 kB
    Update model card: add library_name, pipeline_tag, expanded tags, arxiv, metrics, huggingface_hub example for download tracking 9 days ago
  • cmaes_weights.json
    19.5 kB
    CMAES weights (gen=30, fitness=0.240) 12 days ago