Datasets:
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -233,7 +233,42 @@ The BigCode OpenRAIL-M license agreement (i.e. the legal document itself) is ava
|
|
233 |
|
234 |
With SantaCoder we released a tool for developers to check whether generated source code had been trained on data from The Stack, and if so, the tool would return the likely matches with full attribution. We both offer a fast membership test to check if code was part the pretraining data as well as a full-text search tool. With StarCoder we are releasing a similar tool ([StarCoder Dataset Search](https://huggingface.co/spaces/bigcode/search)) enabling users to check the origin of the model output and respect any licensing conditions (if any).
|
235 |
|
|
|
236 |
|
237 |
### This is a living document
|
238 |
|
239 |
-
Please note that this is a living document that will evolve over time with the BigCode project.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
With SantaCoder we released a tool for developers to check whether generated source code had been trained on data from The Stack, and if so, the tool would return the likely matches with full attribution. We both offer a fast membership test to check if code was part the pretraining data as well as a full-text search tool. With StarCoder we are releasing a similar tool ([StarCoder Dataset Search](https://huggingface.co/spaces/bigcode/search)) enabling users to check the origin of the model output and respect any licensing conditions (if any).
|
235 |
|
236 |
+
# Conclusion and Acknowledgements
|
237 |
|
238 |
### This is a living document
|
239 |
|
240 |
+
Please note that this is a living document that will evolve over time with the BigCode project.
|
241 |
+
The intention is to add more details about the project over time.
|
242 |
+
Please leave us comments in the Community if there are any questions or requests for more insights about the project governance.
|
243 |
+
Thank you for taking the time to read this document.
|
244 |
+
We hope it is useful.
|
245 |
+
Please give it a like to let us know it was helpful to you.
|
246 |
+
|
247 |
+
### Acknowledgments
|
248 |
+
|
249 |
+
The work presented in this card is the outcome of the efforts of many BigCode participants beyond the authors of the card.
|
250 |
+
Please refer to the published papers detailing this work for contributions,
|
251 |
+
e.g. [StarCoder](https://drive.google.com/file/d/1cN-b9GnWtHzQRoE7M7gAEyivY0kl4BYs/view),
|
252 |
+
[The Stack](https://huggingface.co/papers/2211.15533), and [SantaCoder](https://huggingface.co/papers/2301.03988).
|
253 |
+
|
254 |
+
### Cite As
|
255 |
+
|
256 |
+
```
|
257 |
+
@misc{bigcode_governance_card,
|
258 |
+
author = {Sean Hughes and
|
259 |
+
Harm de Vries and
|
260 |
+
Jennifer Robinson and
|
261 |
+
Carlos Muñoz Ferrandis and
|
262 |
+
Loubna Ben Alla and
|
263 |
+
Leandro von Werra and
|
264 |
+
Sebastien Paquet and
|
265 |
+
Yacine Jernite
|
266 |
+
},
|
267 |
+
title = {BigCode Governance Card},
|
268 |
+
booktitle = {BigCode},
|
269 |
+
year = {2023},
|
270 |
+
url = {https://doi.org/nnnn},
|
271 |
+
doi = {nnnn}
|
272 |
+
}
|
273 |
+
```
|
274 |
+
|