Dataset Viewer
Auto-converted to Parquet Duplicate
instruction
stringclasses
3 values
input
stringclasses
1 value
output
stringclasses
3 values
What is the capital of France?
The capital of France is Paris.
What is the capital of Italy?
The capital of Italy is Rome.
What is the capital of Germany?
The capital of Germany is Berlin.

Dataset Name

jsonl-dataset

Fields

  • instruction: The task or question
  • input: Optional context or input
  • output: The expected response

Data Splits

  • Training: X examples
  • Validation: Y examples

Usage

from datasets import load_dataset

dataset = load_dataset("MohamedQiqa/jsonl-dataset")
Downloads last month
25