src/pixparse/task/task_cruller_eval_rvlcdip.py [79:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "<sep/>",  # JSON list separator
            self.task_start_token,  # task start (based on dataset/task)
            self.prompt_end_token,  # prompt end (or task_start for pretrain)
            "<s_class>",  # This and what follows is valid only for RVLCDIP task
            "</s_class>",
            "<advertisement/>",
            "<budget/>",
            "<email/>",
            "<file_folder/>",
            "<form/>",
            "<handwritten/>",
            "<invoice/>",
            "<letter/>",
            "<memo/>",
            "<news_article/>",
            "<presentation/>",
            "<questionnaire/>",
            "<resume/>",
            "<scientific_publication/>",
            "<scientific_report/>",
            "<specification/>",
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pixparse/task/task_cruller_finetune_RVLCDIP.py [95:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "<sep/>",  # JSON list separator
            self.task_start_token,  # task start (based on dataset/task)
            self.prompt_end_token,  # prompt end (or task_start for pretrain)
            "<s_class>",  # This and what follows is valid only for RVLCDIP task
            "</s_class>",
            "<advertisement/>",
            "<budget/>",
            "<email/>",
            "<file_folder/>",
            "<form/>",
            "<handwritten/>",
            "<invoice/>",
            "<letter/>",
            "<memo/>",
            "<news_article/>",
            "<presentation/>",
            "<questionnaire/>",
            "<resume/>",
            "<scientific_publication/>",
            "<scientific_report/>",
            "<specification/>",
        ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



