Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
1
5
text
stringclasses
5 values
1
Hello world
2
Hugging Face is great for NLP tasks
3
Python is a versatile programming language
4
Data science is the future of technology
5
Artificial Intelligence is transforming industries

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Victor Dataset

This is a simple text dataset with unique IDs and associated text. It includes a few sample texts for demonstration.

Data Format

The dataset consists of two columns:

  • id: Unique identifier for each row.
  • text: The actual text content.

Example Usage

To load the dataset:

from datasets import load_dataset

dataset = load_dataset('path_to_this_dataset')
print(dataset)
Downloads last month
3