datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
pi-mono
Coding agent session traces for Pi
This dataset contains redacted coding agent session traces collected while working on the Pi OSS project.
Canonical source repository: git@github.com:earendil-works/pi.git
The traces were exported with pi-share-hf from local pi workspaces and filtered to keep only sessions that passed deterministic redaction and LLM review.
Data description
Each *.jsonl file is a redacted pi session. Sessions are stored as JSON Lines files where… See the full description on the dataset page: https://huggingface.co/datasets/aaaaliou/pi-mono.pi-mono-sessions
Coding agent session traces for thomasmustier/pi-mono-sessions
This dataset contains redacted coding agent session traces collected while working on earendil-works/pi. The traces were exported with pi-share-hf from a local pi workspace and filtered to keep only sessions that passed deterministic redaction and LLM review.
Data description
Each *.jsonl file is a redacted pi session. Sessions are stored as JSON Lines files where each line is a structured session… See the full description on the dataset page: https://huggingface.co/datasets/thomasmustier/pi-mono-sessions.pima-indians-diabetes-database
Pima Indians Diabetes Dataset Split
This directory contains split datasets of Pima Indians Diabetes Database.
For each splits, we have
Mock data: The mock data is a smaller dataset (10 rows for both train and test) that is used to test the model and data processing code.
Private data: Each private data contains 123-125 rows for training, and 32-33 rows for testing.
pima
pima
The pima dataset from the UCI ML repository.
Predict diabetes of a patient.
Configurations and tasks
Configuration
Task
Description
pima
Binary classification
Does the patient have diabetes?
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/pima")["train"]
pima-indians-diabetes-database-partitions
Pima Indians Diabetes Dataset Split
This directory contains a dataset split for Pima Indians Diabetes Database.
Mock Data
The mock data is a smaller dataset (10 rows) that is used to test the model components.
Private Data
The private data is the remaining data that is used to train the model.
Pima
Dataset Card for Pima
The Pima dataset is a well-known data repository in the field of healthcare and machine learning. The dataset contains demographic, clinical and diagnostic characteristics of Pima Indian women and is primarily used to predict the onset of diabetes based on these attributes. Each data point includes information such as age, number of pregnancies, body mass index, blood pressure, and glucose concentration. Researchers and data scientists use the Pima dataset to… See the full description on the dataset page: https://huggingface.co/datasets/Genius-Society/Pima.omx_f_object-pimangThis dataset was created using LeRobot.
Dataset Structure
meta/info.json:
{
"codebase_version": "v2.1",
"robot_type": "omx_f",
"total_episodes": 10,
"total_frames": 4801,
"total_tasks": 1,
"total_videos": 10,
"total_chunks": 1,
"chunks_size": 1000,
"fps": 30,
"splits": {
"train": "0:10"
},
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
"video_path":… See the full description on the dataset page: https://huggingface.co/datasets/jyLee0111/omx_f_object-pimang.pima_diabetespi-mar-5PIMIndustrial-objectsPIMA-Diabetes-PredictionPIMA-Diabetes-Prediction
