transformer_rankers.datasets.processors¶
Functions
|
Gets the train and dev files downloaded from the github and transform it into a DF with [“query”, “clarifying_question”] |
|
Extracts the LINKSO files downloaded from the drive and creates dfs with [“question”, “similar_question”]. |
|
Gets the compresse file “drive_file” containing the mantis data and preprocess it into a DF with [“conversational_context”, “response”] columns. |
|
Gets the compresse file “drive_file” containing the msdialog data and preprocess it into a DF with [“conversational_context”, “response”] columns. |
|
Extracts the files from Quora Question Pairs downloaded from the drive and creates dfs with [“question”, “similar_question”]. |
|
Extracts the files downloaded and process them into a DF with [“query”, “passage”] |
|
Gets the compresse file “drive_file” containing the ubuntu_dstc8 data and preprocess it into a DF with [“conversational_context”, “response”] columns. |