datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Axion-AThis dataset was generated synthetically using prompted Gemini 2.5 Pro, Gemini 2.5 Flash, and Qwen3-235B-A22B-2507.
my-awesome-dataset
Dataset Card for Demo
Dataset Summary
This is a demo dataset with two files train.csv and test.csv.
Load it by:
from datasets import load_dataset
data_files = {"train": "train.csv", "test": "test.csv"}
demo = load_dataset("stevhliu/demo", data_files=data_files)
Supported Tasks and Leaderboards
[More Information Needed]
Languages
[More Information Needed]
Dataset Structure
Data Instances
[More Information… See the full description on the dataset page: https://huggingface.co/datasets/Axion004/my-awesome-dataset.
