Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Viona CLI demo dataset

Small sample created from the terminal with hf repos create and hf upload to verify the Hugging Face workflow.

Data

  • data/sample.jsonl: a few placeholder rows with id, text, and label fields.

Usage

from datasets import load_dataset
ds = load_dataset("manishksharma98/viona-cli-demo", split="train")
print(ds[0])
Downloads last month
14