sarahpann commited on
Commit
d4d1d03
·
verified ·
1 Parent(s): 4bb307b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Enwiki Dataset
2
+
3
+ This is an automatically updating dataset containing ~7 million English Wikipedia articles, with expanded templates and converted into Markdown. This dataset was created with the intention to provide a bite-sized, LLM-readable version of Wikipedia for various applications, including RAG.
4
+
5
+ ## Dataset Overview
6
+
7
+ There are two main versions of the dataset:
8
+
9
+ - **`merged-articles`** - Complete Wikipedia dump with all articles merged into a single file
10
+ - **`merged-article-chunked`** - Articles chunked into ~700 word segments with Markdown-header hierarchical breadcrumbs (Gemini embeddings coming soon!)
11
+
12
+ The latest version of the dataset was updated on `2025-08-01`.
13
+
14
+ Blogpost coming soon!