From f5842b4ddad91ac60d0e4ce9f59ea42c177c4039 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Fri, 27 Oct 2023 09:37:53 +0200 Subject: [PATCH] Remove starcoder pipeline reference from README.md (#556) PR removes the reference to the star coder pipeline from readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 22b7bc59b..79e2dd513 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ It offers:
  • @@ -112,11 +111,6 @@ Eg. generating logos: | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | ![input image](https://github.com/ml6team/fondant/blob/main/docs/art/logo_stable_diffusion.jpg?raw=true) | ![output image](https://github.com/ml6team/fondant/blob/main/docs/art/logo_finetuned.jpeg?raw=true) | -### Training Starcoder - -Using our [example pipeline to train StarCoder](https://github.com/ml6team/fondant/tree/main/examples/pipelines/starcoder) provides a starting -point to create datasets for training code assistants. -

    (back to top)

    ## 🧩 Reusable components @@ -138,10 +132,6 @@ Fondant comes with a library of reusable components, which can jumpstart your pi | [caption images](https://github.com/ml6team/fondant/tree/main/components/caption_images) | Generate captions for images using a model from the HF Hub | | [segment_images](https://github.com/ml6team/fondant/tree/main/components/segment_images) | Generate segmentation maps for images using a model from the HF Hub | | [image_cropping](https://github.com/ml6team/fondant/tree/main/components/image_cropping) | Intelligently crop out image borders | -| **Code processing** | | -| [pii_redaction](https://github.com/ml6team/fondant/tree/main/components/pii_redaction) | Redact Personal Identifiable Information (PII) | -| [filter_comments](https://github.com/ml6team/fondant/tree/main/components/filter_comments) | Filter code based on code to comment ratio | -| [filter_line_length](https://github.com/ml6team/fondant/tree/main/components/filter_line_length) | Filter code based on line length | | **Language processing** | Coming soon | | **Clustering** | Coming soon |