eulogik/fugusashi-router
Feature Extraction • Updated • 1
prompt stringlengths 14 40 | preferred_model stringclasses 2
values | source stringclasses 1
value | category stringclasses 5
values | score float64 0.6 0.95 | metadata unknown |
|---|---|---|---|---|---|
Write a Python function to sort a list | openai/gpt-oss-120b:free | eulogik-seed | code | 0.95 | {} |
What is the capital of France? | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | factual | 0.8 | {} |
Explain quantum entanglement simply | openai/gpt-oss-120b:free | eulogik-seed | explanation | 0.9 | {} |
Write a poem about AI | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | creative | 0.7 | {} |
Debug this JavaScript error | openai/gpt-oss-120b:free | eulogik-seed | code | 0.95 | {} |
Write a bash script to backup files | openai/gpt-oss-120b:free | eulogik-seed | code | 0.85 | {} |
Explain the theory of relativity | openai/gpt-oss-120b:free | eulogik-seed | explanation | 0.9 | {} |
Write a SQL query to join tables | openai/gpt-oss-120b:free | eulogik-seed | code | 0.9 | {} |
What is the meaning of life? | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | general | 0.6 | {} |
Write a recursive Fibonacci function | openai/gpt-oss-120b:free | eulogik-seed | code | 0.95 | {} |
What is the capital of Japan? | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | factual | 0.8 | {} |
Create a React component for a todo list | openai/gpt-oss-120b:free | eulogik-seed | code | 0.9 | {} |
Summarize the plot of The Great Gatsby | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | general | 0.7 | {} |
Write a Dockerfile for a Node.js app | openai/gpt-oss-120b:free | eulogik-seed | code | 0.85 | {} |
Convert Python code to JavaScript | openai/gpt-oss-120b:free | eulogik-seed | code | 0.9 | {} |
Tell me a joke | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | creative | 0.6 | {} |
What is the Pythagorean theorem? | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | factual | 0.8 | {} |
Write a regex for email validation | openai/gpt-oss-120b:free | eulogik-seed | code | 0.9 | {} |
Explain recursion with examples | openai/gpt-oss-120b:free | eulogik-seed | code | 0.95 | {} |
Write a poem about autumn | liquid/lfm-2.5-1.2b-instruct:free | eulogik-seed | creative | 0.7 | {} |
Community-curated prompt → model preference dataset for Fugusashi router training. Each entry maps a prompt to the optimal model, used to train the CMA-ES evolved routing weights.
Part of the Fugusashi project — Like Sakana Fugu. But Free.
JSONL with fields:
| Field | Type | Description |
|---|---|---|
prompt |
string | The user prompt |
preferred_model |
string | Optimal model for this prompt |
source |
string | Data source (e.g., eulogik-seed) |
category |
string | Prompt category (e.g., code, creative, reasoning) |
score |
float | Preference confidence (0-1) |
from datasets import load_dataset
dataset = load_dataset("eulogik/fugusashi-preferences")
for sample in dataset["train"]:
print(f"{sample['prompt'][:50]}... → {sample['preferred_model']}")
| Source | Samples | Description |
|---|---|---|
| eulogik-seed | 20 | Initial seed data curated by eulogik |
We welcome community contributions! To add your own preference samples:
gpt-oss-120b, nemotron-3-ultra, nemotron-3-super, hermes-3-405b, lfm-2.5-1.2bscore based on how confident you are in the preference (0.5-1.0)| Resource | Link |
|---|---|
| Source Code | github.com/eulogik/fugusashi |
| PyPI Package | pypi.org/project/fugusashi |
| Live Demo | huggingface.co/spaces/eulogik/fugusashi |
| Router Model | huggingface.co/eulogik/fugusashi-router |
| Website | eulogik.github.io/fugusashi |
| eulogik | eulogik.com |
@dataset{fugusashi-preferences2026,
title={Fugusashi Model Router Preferences},
author={{eulogik}},
year={2026},
url={https://huggingface.co/datasets/eulogik/fugusashi-preferences}
}
MIT — use it however you want.
Built with ❤️ by eulogik
Fugu Sashi. Served Free.