Dataset Viewer
Auto-converted to Parquet Duplicate
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
{}

Fugusashi Preferences — Model Router Training Dataset

PyPI GitHub License: MIT Downloads Model

What is This?

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.

Dataset Format

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)

Quick Load

from datasets import load_dataset

dataset = load_dataset("eulogik/fugusashi-preferences")
for sample in dataset["train"]:
    print(f"{sample['prompt'][:50]}... → {sample['preferred_model']}")

Data Sources

Source Samples Description
eulogik-seed 20 Initial seed data curated by eulogik

How to Contribute

We welcome community contributions! To add your own preference samples:

  1. Fork this dataset on HuggingFace
  2. Add your entries in JSONL format
  3. Submit a pull request

Contribution Guidelines

  • Prompts should be diverse (code, creative, reasoning, analysis)
  • Models available: gpt-oss-120b, nemotron-3-ultra, nemotron-3-super, hermes-3-405b, lfm-2.5-1.2b
  • Set score based on how confident you are in the preference (0.5-1.0)
  • Include realistic prompts that users would actually send

Project Links

Citation

@dataset{fugusashi-preferences2026,
  title={Fugusashi Model Router Preferences},
  author={{eulogik}},
  year={2026},
  url={https://huggingface.co/datasets/eulogik/fugusashi-preferences}
}

License

MIT — use it however you want.


Built with ❤️ by eulogik

Fugu Sashi. Served Free.

Downloads last month
26

Models trained or fine-tuned on eulogik/fugusashi-preferences