datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
agent-data-collection
Agent Data Collection
A comprehensive collection of agent interaction datasets for training and evaluating AI agents across diverse domains and tasks.
This dataset aggregates high-quality agent trajectories from various environments including web browsing, code generation, household tasks, knowledge base querying, and software engineering.
The dataset is collected through methods described in Agent Data Protocol.
Dataset Splits
Each dataset configuration provides up… See the full description on the dataset page: https://huggingface.co/datasets/neulab/agent-data-collection.Data-Collection
Deprecated-API Code Generation Benchmark
Python functions mined from open-source repositories, each anchored on a library
API that has since been deprecated or replaced. Used to test whether a code LLM
still emits the outdated API, and to build forget / test splits per model.
Structure
outdated_all.json # O — samples calling the deprecated API
uptodated_all.json # U — samples calling the replacement API
<model>/ # codegen |… See the full description on the dataset page: https://huggingface.co/datasets/tummitum/Data-Collection.JudgeLM-data-collection-v1.0
Dataset Card for JudgeLM-data-collection
Dataset Summary
This dataset is created for easily use and evaluate JudgeLM. We include LLMs-generated answers and a great multi-modal benchmark, MM-Vet in this repo. The folder structure is shown as bellow:
Folder structure
data
├── JudgeLM/
│ ├── answers/
│ │ ├── alpaca_judgelm_val.jsonl
| | ├── ...
│ ├── judgelm_preprocess.py
│ ├── judgelm_val_5k.jsonl
│ ├── judgelm_val_5k_gpt4.jsonl
│ ├──… See the full description on the dataset page: https://huggingface.co/datasets/BAAI/JudgeLM-data-collection-v1.0.long-data-collection-finetune-50k
Dataset Card for "long-data-collection-finetune-50k"
More Information needed
The dataset is a 50k row collection of the finetuning subset created by togethercomputer and which can be found at the following URL https://huggingface.co/datasets/togethercomputer/Long-Data-Collections in the fine-tune path
The exercise consisted of taking the data set and being able to set the format for finetuning llama2 with the aim of setting only one column (text), with the full format.
Additionally… See the full description on the dataset page: https://huggingface.co/datasets/yvillamil/long-data-collection-finetune-50k.agent-data-collection
Dataset Card for OpenHands Agent Logs
This dataset consists of multi-turn dialogues between a simulated human and an LLM-based agent interacting in a virtual operating system environment. Each conversation involves the agent reasoning about and solving command-line tasks through execute_bash and related actions.
Dataset Format
Each file in the dataset is a .json file, structured as a list of instances. Each instance contains:
id: A unique identifier for the interaction… See the full description on the dataset page: https://huggingface.co/datasets/fantos/agent-data-collection.agent-data-collection
Dataset Card for OpenHands Agent Logs
This dataset consists of multi-turn dialogues between a simulated human and an LLM-based agent interacting in a virtual operating system environment. Each conversation involves the agent reasoning about and solving command-line tasks through execute_bash and related actions.
Dataset Format
Each file in the dataset is a .json file, structured as a list of instances. Each instance contains:
id: A unique identifier for the… See the full description on the dataset page: https://huggingface.co/datasets/Artificial-Production-Units/agent-data-collection.
