zkolter commited on
Commit
bdc4820
·
verified ·
1 Parent(s): 55a6cb1

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # FineWebEDU Sample Text
2
+
3
+ This dataset repo contains a gzip-compressed plain-text sample derived from the beginning of the [HuggingFaceFW/fineweb-edu](https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu) dataset.
4
+
5
+ ## Contents
6
+
7
+ - `finewebedu_first_1gb.txt.gz`: the first 1 GiB of concatenated `text` content, exported to UTF-8 plain text and compressed with `gzip`
8
+
9
+ ## Provenance
10
+
11
+ - Source dataset: `HuggingFaceFW/fineweb-edu`
12
+ - Source split/config: `CC-MAIN-2013-20`, `train`
13
+ - Source shard: `data/CC-MAIN-2013-20/train-00000-of-00014.parquet`
14
+
15
+ This repo is intended as a convenient text-only sample for coursework and experimentation.