Makoveli89 commited on
Commit
8eb95aa
·
verified ·
1 Parent(s): 74e37e1

Add/update README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # codeparrot/github-code
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/codeparrot/github-code
6
+ - Local cache (if present during publishing): C:\Users\Sean Smith\Documents\Scraps\Knowledge\Mothership\library\datasets\codeparrot\github-code
7
+ - Revision pin: none
8
+
9
+ To reproduce locally, use the project's downloader:
10
+ ```
11
+ python scripts/download_datasets.py --include codeparrot/github-code
12
+ ```