Yourbench Demo
Quickly create zero-shot benchmarks from your documents – keeping
models accurate and adaptable
);
// Page d'accueil avec le formulaire
function HomePage() {
const navigate = useNavigate();
const handleStartGeneration = (sid) => {
navigate(`/benchmark-generation?session=${sid}`);
};
return (
<>