Datasets:
ArXiv:
DOI:
License:
Commit
•
29ab5d2
1
Parent(s):
cd7a21d
More info on data collection (#7)
Browse files- More info on data collection (d2481336f927fa4ae6882a26ac2325ebf0eee161)
Co-authored-by: Harm de Vries <harmdevries@users.noreply.huggingface.co>
README.md
CHANGED
@@ -156,7 +156,7 @@ The time commitment from volunteers is harder to estimate given the large number
|
|
156 |
|
157 |
### Data Collection and Management Plan
|
158 |
|
159 |
-
In the course of the BigCode project, we collected two main datasets. The primary training dataset is The Stack, which was obtained by gathering public code files, issues, and commits from GitHub
|
160 |
|
161 |
The legal basis for data collection under fair use and with regards to GDPR and the corresponding case law are still evolving. In this context, the data collection and data management plans were carefully crafted with support from leading experts in the open source and legal tech community that participated in the Legal, Ethics, Governance Working Group in a best-effort approach to reflect current understandings of legal requirements for data collection and management.
|
162 |
|
|
|
156 |
|
157 |
### Data Collection and Management Plan
|
158 |
|
159 |
+
In the course of the BigCode project, we collected two main datasets. The primary training dataset is The Stack, which was obtained by gathering public code files, issues, and commits from GitHub. To collect Github repositories, we first extracted a list of repositories from [GHArchive](https://www.gharchive.org/) and subsequently cloned all of them using a large CPU cluster. We also used the data from GHArchive to extract the Github issues. The git commits were gathered from a public BigQuery service. Additionally, we collected a dataset of annotations of several kinds of private information on a subset of The Stack to support our privacy risk mitigation efforts.
|
160 |
|
161 |
The legal basis for data collection under fair use and with regards to GDPR and the corresponding case law are still evolving. In this context, the data collection and data management plans were carefully crafted with support from leading experts in the open source and legal tech community that participated in the Legal, Ethics, Governance Working Group in a best-effort approach to reflect current understandings of legal requirements for data collection and management.
|
162 |
|