datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Gym_Salesman_Dataset
Gym Salesman Dataset
11,997 synthetic gym-membership sales conversations, each labelled SUCCESS or FAILURE.
🔗 Project Links
| Live App — practice against an AI customer | Hugging Face Space |
| Telegram Bot — practice on the go | @ido_salescoach_bot |
| Dataset — 11,997 labelled conversations | elg4/Gym_Salesman_Dataset |
| Data Generation — how the data was built | notebook |
| Recommendation — the embedding retriever | notebook |
Every conversation is a… See the full description on the dataset page: https://huggingface.co/datasets/elg4/Gym_Salesman_Dataset.ppl-gym-rollouts
ppl-gym rollouts
Model rollouts from ppl-gym, a benchmark of probabilistic-programming
problems: language-neutral problem statements with per-language ground-truth
realizations. Each rollout is one LLM-generated solution (program) for a
(model, language, problem) triple, executed and scored against ground truth
under a single answer comparator.
Code & methodology: https://github.com/shepardxia/ppl-gym
Browser: https://pplgym.kingdomofends.org
Configs
rollouts… See the full description on the dataset page: https://huggingface.co/datasets/Sheppp/ppl-gym-rollouts.hybrid_gym_func_gen_raw
Hybrid Gym: Function Generation Dataset
Dataset for the Function Generation benchmark task. Each instance contains a function with its signature and docstring, where the agent must implement the function body.
See the benchmark README for usage instructions.
hybrid_gym_func_localize_raw
Hybrid Gym: Function Localization Dataset
Dataset for the Function Localization benchmark task. Each instance contains a function description (without file path or name), and the agent must locate the function in the repository and add a docstring.
See the benchmark README for usage instructions.
Fields
instance_id: Unique identifier
repo: GitHub repository (owner/repo)
base_commit: Commit hash to checkout
file_path: Path to the file containing the target function… See the full description on the dataset page: https://huggingface.co/datasets/hybrid-gym/hybrid_gym_func_localize_raw.hybrid_gym_dep_search_raw
Hybrid Gym: Dependency Search Dataset
Dataset for the Dependency Search benchmark task. Each instance contains a target function and its ground-truth dependencies (functions/classes directly called by that function) within a repository.
See the benchmark README for usage instructions.
Fields
instance_id: Unique identifier
repo: GitHub repository (owner/repo)
base_commit: Commit hash to checkout
target_function_name: Name of the target function
target_function_file: Path… See the full description on the dataset page: https://huggingface.co/datasets/hybrid-gym/hybrid_gym_dep_search_raw.mujoco-gymnasium-v5-benchmark
MuJoCo Gymnasium v5 Benchmark
PPO evaluation benchmark on MuJoCo Gymnasium v5 locomotion and manipulation environments.
Tasks
Task ID
Name
hopper-v5
Hopper-v5
halfcheetah-v5
HalfCheetah-v5
walker2d-v5
Walker2d-v5
ant-v5
Ant-v5
humanoid-v5
Humanoid-v5
reacher-v5
Reacher-v5
Usage
Submit evaluation results to this benchmark by adding .eval_results/*.yaml files
to your model repo, referencing this dataset's task IDs.
© 2026 ParamTatva.org
