Create dataset_config.yaml
Browse files- dataset_config.yaml +24 -0
dataset_config.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: image_captioning
|
| 2 |
+
config_type: dataset
|
| 3 |
+
task: image2text
|
| 4 |
+
path: hezarai/coco-flickr-fa
|
| 5 |
+
tokenizer_path: null
|
| 6 |
+
text_column: text
|
| 7 |
+
image_processor_config:
|
| 8 |
+
name: image_processor
|
| 9 |
+
config_type: preprocessor
|
| 10 |
+
mean:
|
| 11 |
+
- 0.5
|
| 12 |
+
- 0.5
|
| 13 |
+
- 0.5
|
| 14 |
+
std:
|
| 15 |
+
- 0.5
|
| 16 |
+
- 0.5
|
| 17 |
+
- 0.5
|
| 18 |
+
rescale: 0.00392156862745098
|
| 19 |
+
resample: 2
|
| 20 |
+
size:
|
| 21 |
+
- 224
|
| 22 |
+
- 224
|
| 23 |
+
mirror: false
|
| 24 |
+
gray_scale: false
|