This repo has a Florence-2-large-ft model checkpoint. It is exact same with https://huggingface.co/microsoft/Florence-2-large-ft/blob/main/pytorch_model.bin
The purpose of this repo is to make sure we have a copy to run code of https://github.com/zhangfaen/finetune-Florence-2-large-ft The finetuning code tries to finetue Florence-2-large-ft with data https://huggingface.co/datasets/zhangfaen/DocumentVQA/
If you want to check the sha256 of the model file:
- git clone https://huggingface.co/zhangfaen/Florence-2-large-ft-checkpoint
- %sha256sum pytorch_model.bin 4188ce5a9364c358c3e28eb3e4155985867ef70bb3ae628f1f289d6a3538310a pytorch_model.bin
- compare above with https://huggingface.co/microsoft/Florence-2-large-ft/blob/main/pytorch_model.bin