beratcmn commited on
Commit
27567ea
·
verified ·
1 Parent(s): 0a5869b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -24,4 +24,26 @@ configs:
24
  path: data/validation-*
25
  - split: test
26
  path: data/test-*
 
 
 
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  path: data/validation-*
25
  - split: test
26
  path: data/test-*
27
+ license: mit
28
+ task_categories:
29
+ - text-generation
30
+ language:
31
+ - en
32
+ pretty_name: MiniPile-2048
33
+ size_categories:
34
+ - 100K<n<1M
35
  ---
36
+
37
+ # Minipile-2048
38
+
39
+ MiniPile-2048 is the pruned version of `JeanKaddour/minipile`. Prunining performed with Llama-3 tokenizer and everything longer than 2048 tokens are filtered out.
40
+
41
+ This dataset is for the GPU poor.
42
+
43
+ ## Dataset Curators
44
+
45
+ MiniPile is a subset of the Pile, curated by Jean Kaddour. The Pile was created by Leo Gao, Stella Biderman, Sid Black, Laurence Golding, Travis Hoppe, Charles Foster, Jason Phang, Horace He, Anish Thite, Noa Nabeshima, Shawn Presser, Connor Leahy.
46
+
47
+ ## Licensing Information
48
+
49
+ Since MiniPile-2048 and MiniPile is a subset of the Pile, the same MIT License holds.