loubnabnl HF staff commited on
Commit
c3e6ae7
1 Parent(s): 1de090f

add license information

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language_creators:
4
+ - crowdsourced
5
+ - expert-generated
6
+ language:
7
+ - code
8
+ license:
9
+ - other
10
+ multilinguality:
11
+ - muonolingual
12
+ size_categories:
13
+ - unknown
14
+ source_datasets: []
15
+ task_categories:
16
+ - sequence-modeling
17
+ task_ids:
18
+ - language-modeling
19
+ ---
20
+
21
+ # GitHub Jupyter Dataset
22
+
23
+ ## Dataset Description
24
+ The dataset was extracted from Jupyter Notebooks on BigQuery.
25
+
26
+
27
+ ## Licenses
28
+ Each example has the license of its associated repository. There are in total 15 licenses:
29
+ ```python
30
+ [
31
+ 'mit',
32
+ 'apache-2.0',
33
+ 'gpl-3.0',
34
+ 'gpl-2.0',
35
+ 'bsd-3-clause',
36
+ 'agpl-3.0',
37
+ 'lgpl-3.0',
38
+ 'lgpl-2.1',
39
+ 'bsd-2-clause',
40
+ 'cc0-1.0',
41
+ 'epl-1.0',
42
+ 'mpl-2.0',
43
+ 'unlicense',
44
+ 'isc',
45
+ 'artistic-2.0'
46
+ ]
47
+ ```