Chengxiang1122 commited on
Commit
03b70dc
·
verified ·
1 Parent(s): b3603e5

upload MANIFEST.json

Browse files
Files changed (1) hide show
  1. MANIFEST.json +27 -0
MANIFEST.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "MSCOCO",
3
+ "repo_id": "Chengxiang1122/MSCOCO",
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_mscoco/output/archives/MSCOCO/MSCOCO.tar.gz"
7
+ ],
8
+ "archive_repo_paths": [
9
+ "archives/MSCOCO/MSCOCO.tar.gz"
10
+ ],
11
+ "packaged_entries": [
12
+ {
13
+ "key": "train.annotations_json_path",
14
+ "path": "/g/data/cp23/ch3329/data/dataset_coco.json",
15
+ "kind": "file"
16
+ }
17
+ ],
18
+ "shared_refs": [
19
+ {
20
+ "key": "train.image_dir",
21
+ "path": "/g/data/cp23/ch3329/data/coco",
22
+ "shared_repo_path": "archives/coco_shared/",
23
+ "note": "extract shared train2014 and val2014 archives under data/coco/"
24
+ }
25
+ ],
26
+ "generated_at_utc": "2026-03-11T07:23:15Z"
27
+ }