Muennighoff
commited on
Commit
•
81d5ce0
1
Parent(s):
66339e4
Add licenses
Browse files
README.md
CHANGED
@@ -104,7 +104,7 @@ The data fields are the same among all splits:
|
|
104 |
- `subject`: subject of the commit (this is used for all experiments in the paper)
|
105 |
- `message`: message of the commit (commonly the same as the subject)
|
106 |
- `lang`: programming language
|
107 |
-
- `license`: license of the repository the code stems from
|
108 |
- `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
|
109 |
- `returncode`: if applicable errorcode during scraping (0 = no error)
|
110 |
- 'stderr': if applicable the error that occured during scraping (empty = no error)
|
|
|
104 |
- `subject`: subject of the commit (this is used for all experiments in the paper)
|
105 |
- `message`: message of the commit (commonly the same as the subject)
|
106 |
- `lang`: programming language
|
107 |
+
- `license`: license of the repository the code stems from, one of `['mit', 'artistic-2.0', 'isc', 'cc0-1.0', 'epl-1.0', 'mpl-2.0', 'unlicense', 'unknown', 'apache-2.0', 'bsd-3-clause', 'agpl-3.0', 'lgpl-2.1', 'bsd-2-clause']`
|
108 |
- `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
|
109 |
- `returncode`: if applicable errorcode during scraping (0 = no error)
|
110 |
- 'stderr': if applicable the error that occured during scraping (empty = no error)
|