Please download the Real-estate House Dataset from here.
The scripts for training and evaluation are in the main directory.
Training
#Finetune blip2-flan-t5-xl model and save checkpoint
python trainPart1.py
python trainPart2.py
Evaluation
#Perform inference on test data
python evalPart1.py
python evalPart2.py
If you find this work useful for your research, please consider citing.
@inproceedings{hashem2024generating, author = "Hashem, Tahsina and Wang, Weiqing and Wijaya, Derry Tanti and Ali, Mohammed Eunus and Li, Yuan-Fang" title = "Generating Faithful and Salient Text from Multimodal Data", booktitle = "INLG", year = "2024", }
This implementation is based on the code provided by huggingface/peft