mrchtr commited on
Commit
0b14e92
1 Parent(s): 2f441c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -79,19 +79,19 @@ We have prepared a sample Fondant pipeline for downloading the dataset.
79
  pip install fondant
80
  ```
81
 
82
- 2) Clone the [Fondant GitHub repository](https://github.com/ml6team/fondant)
83
 
84
  ```bash
85
- git clone https://github.com/ml6team/fondant.git
86
  ```
87
 
88
- 3) Make sure that Docker Compose is running, navigate to `fondant/examples/pipelines/filter-cc-25m`, and initiate the pipeline by executing:
89
 
90
  ```bash
91
- fondant run pipeline --local
92
  ```
93
 
94
- **Note:** For local testing purposes, the pipeline will only download the first 100,000 images.
95
  If you want to download the full dataset, you will need to modify the component arguments in the `pipeline.py` file,
96
  specifically the following part:
97
 
 
79
  pip install fondant
80
  ```
81
 
82
+ 2) Clone the [sample GitHub repository](https://github.com/ml6team/fondant-usecase-filter-creative-commons)
83
 
84
  ```bash
85
+ git clone https://github.com/ml6team/fondant-usecase-filter-creative-commons.git
86
  ```
87
 
88
+ 3) Make sure that Docker is running, navigate to the `src` folder, and initiate the pipeline by executing:
89
 
90
  ```bash
91
+ fondant run local pipeline
92
  ```
93
 
94
+ **Note:** For local testing purposes, the pipeline will only download the first 100 images.
95
  If you want to download the full dataset, you will need to modify the component arguments in the `pipeline.py` file,
96
  specifically the following part:
97