agentlans commited on
Commit
95e9011
1 Parent(s): b63212d

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +31 -3
  2. test.json.gz +3 -0
  3. train.json.gz +3 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dolma-1M
2
+
3
+ **Dataset Description**
4
+
5
+ An unofficial subset of [Dolma](https://huggingface.co/datasets/allenai/dolma) v1.7 consisting of 1,000,000 training rows and about 100,000 testing rows, selected from 10 random files, each containing text entries between 500 and 5000 characters in length.
6
+
7
+ Advantages over the original Dolma dataset:
8
+ - much smaller and more manageable size
9
+ - filtered for length
10
+ - doesn't require remote executing Python scripts
11
+
12
+ **Dataset Splitting**
13
+
14
+ Training and testing sets were created by random sampling without replacement. The random sampling was done using Python.
15
+ The dataset is stored in Gzipped JSONL format, where each row is a row from the original Dolma dataset.
16
+
17
+ Example line from the uncompressed file:
18
+ ```javascript
19
+ {
20
+ "id": "https://nightforvets.com/rex-lawrence-poutre/",
21
+ "text": "Rex was born on the family farm in Concordia, Kansas on February 6, 1920 to Arthur Donas Poutre and Ronalda Nadeau Poutre (Beland). Rex’s older brother, Leo, was born in 1917, and his younger brother, Bob, in 1925.\nAfter graduation from high school, Rex moved to Southern California, where his brother was stationed at March Field. [...] passion for riding motorcycles. He participated yearly, for 25 years, in the American Motorcycle Association’s two big tour-bike races, The Iron Butt and the Three Flags. He was a demon for speed. He will be missed.",
22
+ "added": "2023-04-10T09:48:38.760096+00:00",
23
+ "created": "2020-02-23T02:03:05Z",
24
+ "source": "common-crawl"
25
+ }
26
+ ```
27
+
28
+ **Dataset Usage**
29
+
30
+ Feel free to use this dataset for research, experimentation, and development purposes.
31
+ Like the original Dolma dataset, it's covered by the Open Data Commons Attribution License (ODC-By) v1.0.
test.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0588d9c23d8911f41ce02daae8a2f77680e3581f8c8e2f442715079414f35898
3
+ size 86283727
train.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68cdead06563ac072c5b0e0a0b372b7f890d8e27dac3b1c33072524df255b02
3
+ size 861770623