Update model card Attribution Section (#3)
Browse files- Update model card Attribution Section (c357fb5a74bb93c4cb4e012cad8bd8b10e96d88b)
Co-authored-by: Carlos Muñoz Ferrandis <[email protected]>
README.md
CHANGED
@@ -271,9 +271,9 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
271 |
)
|
272 |
```
|
273 |
|
274 |
-
### Attribution
|
275 |
|
276 |
-
The pretraining dataset of the model was filtered for permissive licenses only. Nevertheless, the model can generate source code verbatim from the dataset
|
277 |
|
278 |
# Limitations
|
279 |
|
|
|
271 |
)
|
272 |
```
|
273 |
|
274 |
+
### Attribution & Other Requirements
|
275 |
|
276 |
+
The pretraining dataset of the model was filtered for permissive licenses only. Nevertheless, the model can generate source code verbatim from the dataset. The code's license might require attribution and/or other specific requirements that must be respected. We provide a [search index](https://huggingface.co/spaces/bigcode/santacoder-search) that let's you search through the pretraining data to identify where generated code came from and apply the proper attribution to your code.
|
277 |
|
278 |
# Limitations
|
279 |
|