How to train and fine tune this model on a new dataset
#2
by zahram - opened
I am a keras developer, how I can I train this model on a new dataset, also can I fine tune this model. Thank You
you may refer to this blog https://ankur3107.github.io/blogs/the-illustrated-image-captioning-using-transformers/
replace pytorch trainer with keras training from https://github.com/huggingface/transformers/blob/main/examples/tensorflow/summarization/run_summarization.py
ankur310794 changed discussion status to closed