LockOnN commited on
Commit
8416f3d
·
verified ·
1 Parent(s): 4902fd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -16
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- pretty_name: MMCS 773K
3
  task_categories:
4
- - image-text-to-text
5
  language:
6
- - en
7
  size_categories:
8
- - 100K<n<1M
9
  ---
10
 
11
  # MMCS 773K Data
@@ -14,10 +14,10 @@ This repository contains the image archives and generated annotations used by MM
14
 
15
  ## Contents
16
 
17
- - `annotations/`: seven LLaVA-style JSON annotation files. Each file is a JSON array; it is not JSONL.
18
- - `images/`: ZIP archives grouped by source dataset. Large sources are split into independent shards below 20 GB.
19
 
20
- The release contains **773,779 records with 773,779 unique image paths**. The ZIP entry paths exactly match the `image` fields in the annotations.
21
 
22
  | Source | Samples |
23
  | --- | ---: |
@@ -43,14 +43,6 @@ done
43
 
44
  After extraction, configure the annotation paths under `annotations/` and use `data/images` as the image root.
45
 
46
- ## Annotation format
47
-
48
- Each sample contains an `image` path and LLaVA-style `conversations`, together with generated object annotations such as bounding boxes and segmentations. IDs are retained from the generated annotation sources and were not rewritten.
49
-
50
- ## Release construction
51
-
52
- The release first retains images shared with the MMCS 773K training recipe. Missing or duplicate old image keys are replaced by deterministic sampling from the corresponding larger 851K source, producing exactly 773,779 unique image paths. Construction details and sampled/missing image lists are included under `annotations/`.
53
-
54
  ## Source data and licenses
55
 
56
- The images originate from COCO, Flickr30K, GQA, Objects365, Open Images, and SA-1B. Users are responsible for complying with the licenses and terms of the corresponding source datasets. The generated MMCS annotations do not replace or modify those source terms.
 
1
  ---
2
+ pretty_name: MMCS-773K
3
  task_categories:
4
+ - image-text-to-text
5
  language:
6
+ - en
7
  size_categories:
8
+ - 100K<n<1M
9
  ---
10
 
11
  # MMCS 773K Data
 
14
 
15
  ## Contents
16
 
17
+ - `annotations/`: JSON annotation files with conversations format.
18
+ - `images/`: ZIP archives grouped by source dataset.
19
 
20
+ The dataset contains **773,779** samples. The ZIP entry paths exactly match the `image` fields in the annotations.
21
 
22
  | Source | Samples |
23
  | --- | ---: |
 
43
 
44
  After extraction, configure the annotation paths under `annotations/` and use `data/images` as the image root.
45
 
 
 
 
 
 
 
 
 
46
  ## Source data and licenses
47
 
48
+ The images originate from COCO, Flickr30K, GQA, Objects365, Open Images, and SA-1B. Users are responsible for complying with the licenses and terms of the corresponding source datasets. The generated MMCS annotations do not replace or modify those source terms.