Datasets:

Modalities:
Text
Languages:
code
ArXiv:
Tags:
License:
Muennighoff commited on
Commit
fc56fe3
1 Parent(s): 13c0ff8

Add licenses

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ The data fields are the same among all splits:
103
  - `subject`: subject of the commit (this is used for all experiments in the paper)
104
  - `message`: message of the commit (commonly the same as the subject)
105
  - `lang`: programming language
106
- - `license`: license of the repository the code stems from
107
  - `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
108
 
109
  ### Data Splits
 
103
  - `subject`: subject of the commit (this is used for all experiments in the paper)
104
  - `message`: message of the commit (commonly the same as the subject)
105
  - `lang`: programming language
106
+ - `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']`
107
  - `repos`: name of the the repository the code stems from (if multiple, they are comma separated)
108
 
109
  ### Data Splits