Makoveli89 commited on
Commit
bae587e
·
verified ·
1 Parent(s): de8d966

Add/update README

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