Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -122,8 +122,17 @@ python extract_images.py --parquet_file <Path to the Parquet file or folder cont
|
|
122 |
```
|
123 |
|
124 |
### How to contribute
|
125 |
-
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
- 👯 Image-based deduplication
|
128 |
- 🖥️✎ Automatic captioning
|
129 |
- 🎨 Visual quality / aesthetic quality estimation
|
|
|
122 |
```
|
123 |
|
124 |
### How to contribute
|
125 |
+
|
126 |
+
If you want to contribute to the dataset, the best way is to help us develop pipeline components for further processing.
|
127 |
+
|
128 |
+
Creating custom pipelines for specific purposes requires different building blocks.
|
129 |
+
Fondant pipelines can mix reusable components and custom components.
|
130 |
+
|
131 |
+
|
132 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6266919100f1a3335dbd966f/a3IM5qWNUw0mv2r8t3_oN.png)
|
133 |
+
|
134 |
+
Components we are currently looking to add are the following ([GitHub issues](https://github.com/ml6team/fondant/issues?q=is%3Aissue+is%3Aopen+label%3A%22Component+Contribution%22)):
|
135 |
+
|
136 |
- 👯 Image-based deduplication
|
137 |
- 🖥️✎ Automatic captioning
|
138 |
- 🎨 Visual quality / aesthetic quality estimation
|