While running the model, I realized that the text_modal argument in the model_pretrain.py file might be incorrect. Alternatively, there might be an issue with the column value being passed to input_1 in the dataset file. It seems to be one of these two possibilities.
The text_modal's text appears to be the embedding value for the input, which is why changing it to self.input_modal allows the code to run correctly. However, I’m unsure what the intended logic of the code is, and I’m wondering how exactly this should be adjusted.
Can anyone provide guidance on what this code is supposed to do and how to fix this issue properly?
While running the model, I realized that the text_modal argument in the model_pretrain.py file might be incorrect. Alternatively, there might be an issue with the column value being passed to input_1 in the dataset file. It seems to be one of these two possibilities.
The text_modal's text appears to be the embedding value for the input, which is why changing it to self.input_modal allows the code to run correctly. However, I’m unsure what the intended logic of the code is, and I’m wondering how exactly this should be adjusted.
Can anyone provide guidance on what this code is supposed to do and how to fix this issue properly?