Views
No views yet
| Total | what/other | counting | color | location |
|---|---|---|---|---|
| 70.21% | 71.53 | 61.26 | 78.40 | 66.13 |
beit3_base_indomain_patch16_224, XLM-R (beit3.spm) tokenization--clip_grad 1.0, --randaug--augmented nonecheckpoint-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-A-clean", "checkpoint-best.pth")
3# use with BEiT-3 run_beit3_finetuning.py --model beit3_base_patch16_224 --finetune <ckpt>ThucPD/vivqa-beit3-routing-C-yolo.