bongdong commited on
Commit
47a7294
·
verified ·
1 Parent(s): 826c921

Restrict repository to selected GMPO checkpoint

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -20,16 +20,13 @@ for the BUS-COT breast-ultrasound experiments.
20
  - `data/training_csvs/`: GMPO and positive-only CLIP training CSV files.
21
  - `data/image_assets/`: positive images, GMPO negative images, and lesion masks.
22
  - `data/vqa/full_train_and_test_data/`: BUS-COT VQA train/test JSON files.
23
- - `checkpoints/upstream/`: BiomedCLIP initialization, CLIP, CLIPrefine, selected
24
- GMPO checkpoint, its MedCLIP-SAMv2 HF conversion, and all GMPO search runs.
25
- - `checkpoints/vqa/`: BioBERT, Qwen3-0.6B, and full-train/skip-validation VQA
26
- checkpoints for the four upstream vision encoders.
27
  - `manifests/`: GMPO-selection and evaluation summaries.
28
 
29
  ## Selected GMPO
30
 
31
- The selected GMPO model is `oa25_like_012`, epoch 3, with global four-way
32
- weights `[0.5, 0.5, 1.0, 0.25]`.
33
 
34
  ## Important Notes
35
 
 
20
  - `data/training_csvs/`: GMPO and positive-only CLIP training CSV files.
21
  - `data/image_assets/`: positive images, GMPO negative images, and lesion masks.
22
  - `data/vqa/full_train_and_test_data/`: BUS-COT VQA train/test JSON files.
23
+ - `checkpoints/upstream/`: selected GMPO `oa25_like_012` epoch-3 checkpoint.
 
 
 
24
  - `manifests/`: GMPO-selection and evaluation summaries.
25
 
26
  ## Selected GMPO
27
 
28
+ The only uploaded checkpoint is GMPO `oa25_like_012`, epoch 3, with global
29
+ four-way weights `[0.5, 0.5, 1.0, 0.25]`.
30
 
31
  ## Important Notes
32