DarwinAnim8or commited on
Commit
9a13e32
1 Parent(s): 5350c33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: cc0-1.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+ # Public Domain GitHub Repositories Dataset
5
+
6
+ This dataset contains metadata and source code of 9,000 public domain (cc0 or unlicense) licensed GitHub repositories that have more than 25 stars.
7
+ The dataset was created by scraping the GitHub API and downloading the repositories, so long as they are under 100mb.
8
+ The dataset can be used for various natural language processing and software engineering tasks, such as code summarization, code generation, code search, code analysis, etc.
9
+
10
+ ## Dataset Summary
11
+
12
+ - **Number of repositories:** 9,000
13
+ - **Size:** 12 GB
14
+ - **Languages:** Python, JavaScript, Java, C#, C++, Ruby, PHP, Go, Swift, and Rust
15
+ - **License:** Public Domain (cc0 or unlicense)
16
+
17
+ ## Dataset License
18
+ This dataset is released under the Public Domain (cc0 or unlicense) license. The original repositories are also licensed under the Public Domain (cc0 or unlicense) license. You can use this dataset for any purpose without any restrictions.