Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
CarlosMF HF staff commited on
Commit
c357fb5
1 Parent(s): bf8ac45

Update model card Attribution Section

Browse files
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