clarify readme
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ task_ids:
|
|
21 |
# GitHub Code Dataset
|
22 |
|
23 |
## Dataset Description
|
24 |
-
The GitHub Code dataest consists of 115M code files from GitHub in 32 programming languages with 60 extensions totalling in 1TB of
|
25 |
|
26 |
### How to use it
|
27 |
|
@@ -213,7 +213,7 @@ The dataset contains 115M files and the sum of all the source code file sizes is
|
|
213 |
## Dataset Creation
|
214 |
|
215 |
The dataset was created in two steps:
|
216 |
-
1. Files of with the extensions given in the list above were retrieved from the GitHub dataset on BigQuery (full query [here](https://huggingface.co/datasets/lvwerra/github-code/blob/main/query.sql)). The query was executed on
|
217 |
2. Files with lines longer than 1000 characters and duplicates (exact duplicates ignoring whitespaces) were dropped (full preprocessing script [here](https://huggingface.co/datasets/lvwerra/github-code/blob/main/github_preprocessing.py)).
|
218 |
|
219 |
## Considerations for Using the Data
|
|
|
21 |
# GitHub Code Dataset
|
22 |
|
23 |
## Dataset Description
|
24 |
+
The GitHub Code dataest consists of 115M code files from GitHub in 32 programming languages with 60 extensions totalling in 1TB of data. The dataset was created from the public GitHub dataset on Google BiqQuery.
|
25 |
|
26 |
### How to use it
|
27 |
|
|
|
213 |
## Dataset Creation
|
214 |
|
215 |
The dataset was created in two steps:
|
216 |
+
1. Files of with the extensions given in the list above were retrieved from the GitHub dataset on BigQuery (full query [here](https://huggingface.co/datasets/lvwerra/github-code/blob/main/query.sql)). The query was executed on _Mar 16, 2022, 6:23:39 PM UTC+1_.
|
217 |
2. Files with lines longer than 1000 characters and duplicates (exact duplicates ignoring whitespaces) were dropped (full preprocessing script [here](https://huggingface.co/datasets/lvwerra/github-code/blob/main/github_preprocessing.py)).
|
218 |
|
219 |
## Considerations for Using the Data
|