Datasets:
Tasks:
Text Generation
Formats:
json
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
mvasiliniuc
commited on
Commit
•
79560eb
1
Parent(s):
8eade86
Update README.md
Browse files
README.md
CHANGED
@@ -123,21 +123,21 @@ Each entry in the dataset contains the associated license. The following is a li
|
|
123 |
|
124 |
```json
|
125 |
{
|
126 |
-
"agpl-3.0":
|
127 |
-
"apache-2.0":
|
128 |
-
"artistic-2.0":
|
129 |
-
"bsd-2-clause":
|
130 |
-
"bsd-3-clause":
|
131 |
-
"cc0-1.0":
|
132 |
-
"epl-1.0":
|
133 |
-
"gpl-2.0":
|
134 |
-
"gpl-3.0":
|
135 |
-
"isc":
|
136 |
-
"lgpl-2.1":
|
137 |
-
"lgpl-3.0":
|
138 |
-
"mit":
|
139 |
-
"mpl-2.0":
|
140 |
-
"unlicense":
|
141 |
}
|
142 |
```
|
143 |
|
|
|
123 |
|
124 |
```json
|
125 |
{
|
126 |
+
"agpl-3.0":1695,
|
127 |
+
"apache-2.0":85514,
|
128 |
+
"artistic-2.0":207,
|
129 |
+
"bsd-2-clause":3132,
|
130 |
+
"bsd-3-clause":6600,
|
131 |
+
"cc0-1.0":1409,
|
132 |
+
"epl-1.0":605,
|
133 |
+
"gpl-2.0":9374,
|
134 |
+
"gpl-3.0":18920,
|
135 |
+
"isc":808,
|
136 |
+
"lgpl-2.1":1122,
|
137 |
+
"lgpl-3.0":3103,
|
138 |
+
"mit":240929,
|
139 |
+
"mpl-2.0":8181,
|
140 |
+
"unlicense":1781
|
141 |
}
|
142 |
```
|
143 |
|