lvwerra HF staff CarlosMF HF staff commited on
Commit
fa6c997
1 Parent(s): bf8ac45

Update model card Attribution Section (#3)

Browse files

- Update model card Attribution Section (c357fb5a74bb93c4cb4e012cad8bd8b10e96d88b)


Co-authored-by: Carlos Muñoz Ferrandis <CarlosMF@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
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 which requires attribution. 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
 
 
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