lewtun HF staff commited on
Commit
845f83e
β€’
1 Parent(s): c4eee53

Relax "LLMs" to "machine learning models"

Browse files

I think LLMs is a bit too niche, since (a) it's jargon that many developers may not be familiar with, and (b) there may be future use cases not covered entirely by language modeling. Machine learning seems broad enough to cover both.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.image("./banner.png", use_column_width=True)
17
 
18
  st.markdown("**_The Stack is an open governance interface between the AI and open source communities._**")
19
  st.title("Am I in The Stack?")
20
- st.markdown("As part of the BigCode project, we released and maintain [The Stack](https://huggingface.co/datasets/bigcode/the-stack), a 3.1 TB dataset of permissively licensed source code in 30 programming languages. One of our goals in this project is to give the people who wrote this source code a choice as to whether or not it can be employed to develop and evaluate LLMs, as we acknowledge that not all developers may wish to have their data used for that purpose.")
21
 
22
  st.markdown("This tool lets you check if a repository under a given username is part of The Stack dataset. Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack).")
23
 
 
17
 
18
  st.markdown("**_The Stack is an open governance interface between the AI and open source communities._**")
19
  st.title("Am I in The Stack?")
20
+ st.markdown("As part of the BigCode project, we released and maintain [The Stack](https://huggingface.co/datasets/bigcode/the-stack), a 3.1 TB dataset of permissively licensed source code in 30 programming languages. One of our goals in this project is to give the people who wrote this source code a choice as to whether or not it can be employed to develop and evaluate machine learning models, as we acknowledge that not all developers may wish to have their data used for that purpose.")
21
 
22
  st.markdown("This tool lets you check if a repository under a given username is part of The Stack dataset. Would you like to have your data removed from future versions of The Stack? You can opt-out following the instructions [here](https://www.bigcode-project.org/docs/about/the-stack/#how-can-i-request-that-my-data-be-removed-from-the-stack).")
23