Datasets:
Add Attribution & takedown section
#14
by madiedgar - opened
README.md
CHANGED
|
@@ -1150,3 +1150,21 @@ native_only = train.filter(lambda x: x["source_type"] == "native")
|
|
| 1150 |
## License
|
| 1151 |
|
| 1152 |
Apache 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1150 |
## License
|
| 1151 |
|
| 1152 |
Apache 2.0
|
| 1153 |
+
|
| 1154 |
+
## Attribution & takedown
|
| 1155 |
+
|
| 1156 |
+
Portions of this dataset derive from publicly available code
|
| 1157 |
+
repositories (The Stack v2 for the English source subsets; public
|
| 1158 |
+
GitHub and Gitee repositories for natively-authored code), collected
|
| 1159 |
+
under a best-effort license review. If you are the author of code
|
| 1160 |
+
included here and believe it was included improperly, or you would
|
| 1161 |
+
like attribution added or your code removed:
|
| 1162 |
+
|
| 1163 |
+
- open a discussion on this repository's **Community** tab, or
|
| 1164 |
+
- email Madi Edgar at **support@legesher.com** (the maintainer listed in
|
| 1165 |
+
`CITATION.cff`).
|
| 1166 |
+
|
| 1167 |
+
We commit to citing, and on request from authors removing, any source
|
| 1168 |
+
identified as improperly included. Removals are propagated in a new
|
| 1169 |
+
dataset revision; prior revisions remain in git history unless a
|
| 1170 |
+
takedown requires otherwise.
|