Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files
minigpt4/configs/datasets/cc_combine/align.yaml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) 2022, salesforce.com, inc.
|
2 |
+
# All rights reserved.
|
3 |
+
# SPDX-License-Identifier: BSD-3-Clause
|
4 |
+
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
5 |
+
|
6 |
+
datasets:
|
7 |
+
cc_align:
|
8 |
+
data_type: images
|
9 |
+
build_info:
|
10 |
+
# Be careful not to append minus sign (-) before split to avoid itemizing
|
11 |
+
annotations:
|
12 |
+
train:
|
13 |
+
url: placeholder
|
14 |
+
storage: /ibex/project/c2133/blip_dataset/image_alignment_cc/filter_cap.json
|
15 |
+
images:
|
16 |
+
storage: /ibex/project/c2133/blip_dataset/image_alignment_cc/
|
minigpt4/configs/datasets/cc_combine/defaults.yaml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) 2022, salesforce.com, inc.
|
2 |
+
# All rights reserved.
|
3 |
+
# SPDX-License-Identifier: BSD-3-Clause
|
4 |
+
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
5 |
+
|
6 |
+
datasets:
|
7 |
+
cc_combine:
|
8 |
+
data_type: images
|
9 |
+
build_info:
|
10 |
+
# Be careful not to append minus sign (-) before split to avoid itemizing
|
11 |
+
storage: /ibex/project/c2133/blip_dataset/cc3m/cc3m_cc12m_sbu/{00000..01255}.tar
|
minigpt4/configs/datasets/laion/defaults.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) 2022, salesforce.com, inc.
|
2 |
+
# All rights reserved.
|
3 |
+
# SPDX-License-Identifier: BSD-3-Clause
|
4 |
+
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
5 |
+
|
6 |
+
datasets:
|
7 |
+
laion:
|
8 |
+
|
9 |
+
data_type: images
|
10 |
+
|
11 |
+
build_info:
|
12 |
+
# Be careful not to append minus sign (-) before split to avoid itemizing
|
13 |
+
storage: /ibex/project/c2133/blip_dataset/laion_1b/laion_gpu/{00000..10488}.tar
|