Relative Content

Tag Archive for machine-learningdatasetfine-tuning

Fine tuning LayoutLmv3 using Cord-V2 dataset

I’m currently working on fine-tuning LayoutLMv3 using the CORD-v2 dataset. I’m struggling with the data preprocessing part, specifically on how to correctly extract the total amount (TTC) from the images. The examples I’ve found online seem to use the older CORD dataset, which has a different format. The new CORD-v2 dataset only includes images and ground truth labels.