Fine tune on own column data

#1
by mali17361 - opened

Hi @nielsr . How Can I fine tune the model for only column detection ? The model is failing for some complex columns and I want to fine tune it own my own dataset. Can you plz suggest me with code how do I achieve it ? Also I want all 6 classes from the model after fine tuning the model.

Microsoft org

Yes that is supported, we just updated our object detection guide: https://huggingface.co/docs/transformers/main/en/tasks/object_detection, and we added example scripts for fine-tuning object detection models: https://github.com/huggingface/transformers/tree/main/examples/pytorch/object-detection.

Sign up or log in to comment