RAG_docset_wiki / README.md
azizdh00's picture
Upload README.md with huggingface_hub
48c0f37 verified
metadata
task_categories:
  - text-retrieval
language:
  - en
tags:
  - wikipedia
size_categories:
  - 100K<n<1M

Dataset Description

This dataset contains 348,854 Wikipedia articles

Dataset Structure

The dataset follows a simple structure with two fields:

  • text: The content of the Wikipedia article
  • source: The source identifier (e.g., "Wikipedia:Albedo")

Format

The dataset is provided in JSONL format, where each line contains a JSON object with the above fields.

Example:

{
  "text": "Albedo is the fraction of sunlight that is reflected by a surface...",
  "source": "Wikipedia:Albedo"
}