File size: 1,443 Bytes
5350c33
 
e7b322c
 
 
 
 
 
 
 
 
 
 
 
5350c33
9a13e32
 
 
 
 
 
 
 
 
f12e248
9a13e32
 
 
 
f12e248
 
 
 
e7b322c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
license: cc0-1.0
task_categories:
- text-generation
- text-classification
tags:
- github
- programming
- code
- public domain
- cc0
pretty_name: Public Domain GitHub Repositories
size_categories:
- 1K<n<10K
---
# Public Domain GitHub Repositories Dataset

This dataset contains metadata and source code of 9,000 public domain (cc0 or unlicense) licensed GitHub repositories that have more than 25 stars. 
The dataset was created by scraping the GitHub API and downloading the repositories, so long as they are under 100mb.
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.

## Dataset Summary

- **Number of repositories:** 9,000
- **Size:** 2.4 GB (compressed)
- **Languages:** Python, JavaScript, Java, C#, C++, Ruby, PHP, Go, Swift, and Rust
- **License:** Public Domain (cc0 or unlicense)

## Dataset License
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.

## Reproducing this dataset
This dataset was produced by modifiying the "github-downloader" from EleutherAI. You can access our fork [on our GitHub page](https://github.com/KoalaAI-Research/github-downloader)
Replication steps are included in it's readme there.