Makoveli89 commited on
Commit
af547d0
·
verified ·
1 Parent(s): 5fc1d4f

Add/update README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # bigcode/the-stack-smol
2
+
3
+ This repository documents a dataset used by the Mothership project. By default data is not mirrored here.
4
+
5
+ - Primary source: https://huggingface.co/datasets/bigcode/the-stack-smol
6
+ - Local cache (if present during publishing): C:\Users\Sean Smith\Documents\Scraps\Knowledge\Mothership\library\datasets\bigcode\the-stack-smol
7
+ - Revision pin: none
8
+
9
+ To reproduce locally, use the project's downloader:
10
+ ```
11
+ python scripts/download_datasets.py --include bigcode/the-stack-smol
12
+ ```