lvwerra HF staff commited on
Commit
c7035cb
β€’
1 Parent(s): 4166f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -67,8 +67,9 @@ def scisearch(query, language, num_results=10):
67
 
68
 
69
  description = """# <p style="text-align: center; color: white;"><span style='color: #ff75b3;'>πŸŽ… SantaCoder:</span> Dataset Search πŸ” </p>
70
- <span style='color: white;'>When you use <a href="https://huggingface.co/bigcode/santacoder" style="color: #ff75b3;">SantaCoder</a> to generate code it might produce exact copies of code in the pretraining dataset. In that case the code requires
71
- and with this search tool we aim to provide help to finding out where the code came from.</span>"""
 
72
 
73
 
74
  if __name__ == "__main__":
67
 
68
 
69
  description = """# <p style="text-align: center; color: white;"><span style='color: #ff75b3;'>πŸŽ… SantaCoder:</span> Dataset Search πŸ” </p>
70
+ <span style='color: white;'>When you use <a href="https://huggingface.co/bigcode/santacoder" style="color: #ff75b3;">SantaCoder</a> to generate code it might produce exact copies of code in the pretraining dataset.
71
+ In that case, the code license might have requirements to comply with.
72
+ With this search tool we aim to provide help to find out where the code came from, in order for the user to comply with licensing requirements in case the code produced by SantaCoder belongs to an already existing repository.</span>"""
73
 
74
 
75
  if __name__ == "__main__":