Update README.md
Browse files
README.md
CHANGED
@@ -191,7 +191,7 @@ CONSISTENCY_CHECKER=meta-llama/Meta-Llama-3-8B # Language model for consistency
|
|
191 |
```
|
192 |
|
193 |
### 2) Prepare Your Image-Caption Pairs
|
194 |
-
Format your `image_caption_pairs` file to match the following structure (similar to ShareGPT), or you can use our [data_samples/image_caption_pairs.json](https://github.com/bigai-ai/QA-Synthesizer/blob/main/
|
195 |
|
196 |
```json
|
197 |
[
|
|
|
191 |
```
|
192 |
|
193 |
### 2) Prepare Your Image-Caption Pairs
|
194 |
+
Format your `image_caption_pairs` file to match the following structure (similar to ShareGPT), or you can use our [data_samples/image_caption_pairs.json](https://github.com/bigai-ai/QA-Synthesizer/blob/main/data_samples/image_caption_pairs.json) for a quick try.
|
195 |
|
196 |
```json
|
197 |
[
|