upload MANIFEST.json
Browse files- MANIFEST.json +46 -0
MANIFEST.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "OkVqa",
|
| 3 |
+
"repo_id": "Chengxiang1122/OkVqa",
|
| 4 |
+
"config_path": "/g/data/cp23/ch3329/Multimodal_continual_learning/configs/ours2.yaml",
|
| 5 |
+
"archive_local_paths": [
|
| 6 |
+
"/g/data/cp23/ch3329/outcome/hf_copyq_parallel3_20260311_170751/manual_okvqa/output/archives/OkVqa/OkVqa.tar.gz"
|
| 7 |
+
],
|
| 8 |
+
"archive_repo_paths": [
|
| 9 |
+
"archives/OkVqa/OkVqa.tar.gz"
|
| 10 |
+
],
|
| 11 |
+
"packaged_entries": [
|
| 12 |
+
{
|
| 13 |
+
"key": "train.questions_json",
|
| 14 |
+
"path": "/g/data/cp23/ch3329/data/OKVQA/OpenEnded_mscoco_train2014_questions.json",
|
| 15 |
+
"kind": "file"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"key": "train.annotations_json",
|
| 19 |
+
"path": "/g/data/cp23/ch3329/data/OKVQA/mscoco_train2014_annotations.json",
|
| 20 |
+
"kind": "file"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"key": "val.questions_json",
|
| 24 |
+
"path": "/g/data/cp23/ch3329/data/OKVQA/OpenEnded_mscoco_val2014_questions.json",
|
| 25 |
+
"kind": "file"
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"key": "val.annotations_json",
|
| 29 |
+
"path": "/g/data/cp23/ch3329/data/OKVQA/mscoco_val2014_annotations.json",
|
| 30 |
+
"kind": "file"
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"shared_refs": [
|
| 34 |
+
{
|
| 35 |
+
"key": "train.image_dir",
|
| 36 |
+
"path": "/g/data/cp23/ch3329/data/coco/train2014",
|
| 37 |
+
"shared_repo_path": "archives/coco_shared/train2014.tar.gz"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"key": "val.image_dir",
|
| 41 |
+
"path": "/g/data/cp23/ch3329/data/coco/val2014",
|
| 42 |
+
"shared_repo_path": "archives/coco_shared/val2014.tar.gz"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"generated_at_utc": "2026-03-11T07:23:11Z"
|
| 46 |
+
}
|