Views
No views yet
| Total | what/other | counting | color | location |
|---|---|---|---|---|
| 69.58% | 72.09 | 56.53 | 76.96 | 66.72 |
beit3_base_indomain_patch16_224, XLM-R (beit3.spm) tokenization--clip_grad 1.0, --randaug--augmented yolo (4,228 YOLOv8m counting QA, loss_weight 0.5)checkpoint-best.pth — best-val checkpoint (model key in state_dict)1from huggingface_hub import hf_hub_download
2ckpt = hf_hub_download("ThucPD/vivqa-beit3-routing-C-yolo", "checkpoint-best.pth")
3# use with BEiT-3 run_beit3_finetuning.py --model beit3_base_patch16_224 --finetune <ckpt>ThucPD/vivqa-beit3-routing-A-clean.