Skip to content

Commit

Permalink
Remove starcoder pipeline reference from README.md (#556)
Browse files Browse the repository at this point in the history
PR removes the reference to the star coder pipeline from readme
  • Loading branch information
mrchtr authored Oct 27, 2023
1 parent 9d70adb commit f5842b4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ It offers:
<ul>
<li>AI image generation model fine-tuning (Stable Diffusion, ControlNet)</li>
<li>Large language model fine-tuning (LLaMA, Falcon)</li>
<li>Code generation model fine-tuning (StarCoder)</li>
</ul>
</li>
<li>
Expand Down Expand Up @@ -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.

<p align="right">(<a href="#top">back to top</a>)</p>

## 🧩 Reusable components
Expand All @@ -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 |

Expand Down

0 comments on commit f5842b4

Please sign in to comment.