Update README.md
Browse files
README.md
CHANGED
@@ -141,7 +141,7 @@ print(tokenizer.decode(outputs[0]))
|
|
141 |
|
142 |
# Attribution & Other Requirements
|
143 |
|
144 |
-
The pretraining dataset for the model was curated to include only data with permissive licenses. Despite this, the model is capable of generating source code verbatim from the dataset. The licenses of such code may necessitate attribution and adherence to other specific conditions. To facilitate compliance,
|
145 |
|
146 |
<br>
|
147 |
|
|
|
141 |
|
142 |
# Attribution & Other Requirements
|
143 |
|
144 |
+
The pretraining dataset for the model was curated to include only data with permissive licenses. Despite this, the model is capable of generating source code verbatim from the dataset. The licenses of such code may necessitate attribution and adherence to other specific conditions. To facilitate compliance, BigCode provides a [search index](https://huggingface.co/spaces/bigcode/search) that enables users to trace the origins of generated code within the pretraining data, allowing for proper attribution and adherence to licensing requirements.
|
145 |
|
146 |
<br>
|
147 |
|