BertChristiaens commited on
Commit
2a6681f
1 Parent(s): 3dbec71

front page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ def main():
307
  )
308
 
309
  st.write("### News: Fondant - an open source data-centric framework for Foundation model finetuning")
310
- st.write("The ML6 team is proud to announce that we are open sourcing our Fondant framework, which is a "
311
  "data-centric framework that allows you to prepare large scale multimodal datasets with ease. We have implemented the components "
312
  "that we used to train this controlnet model in Fondant as an example pipeline, and we are excited to see what you can do with it! In the future we will add a whole library of plug-and-play data preparation components, such as different ML models and filtering steps, in addition to dataset scraping components that connect to LAION5B."
313
  )
 
307
  )
308
 
309
  st.write("### News: Fondant - an open source data-centric framework for Foundation model finetuning")
310
+ st.write("The ML6 team (https://www.ml6.eu/) is proud to announce that we are open sourcing our Fondant framework, which is a "
311
  "data-centric framework that allows you to prepare large scale multimodal datasets with ease. We have implemented the components "
312
  "that we used to train this controlnet model in Fondant as an example pipeline, and we are excited to see what you can do with it! In the future we will add a whole library of plug-and-play data preparation components, such as different ML models and filtering steps, in addition to dataset scraping components that connect to LAION5B."
313
  )