Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
1
3
text
stringclasses
3 values
label
stringclasses
2 values
1
Example security note: rotate API keys regularly.
info
2
Demo row for Hugging Face dataset upload.
demo
3
JSONL is a convenient format for streaming and versioning.
info

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
8