diff --git a/README.md b/README.md
index 22b7bc59b..79e2dd513 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,6 @@ It offers:
- AI image generation model fine-tuning (Stable Diffusion, ControlNet)
- Large language model fine-tuning (LLaMA, Falcon)
- - Code generation model fine-tuning (StarCoder)
@@ -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 |