Open furkansherwani opened 8 months ago
This error is due to your raw dataset not having a column called "text". Please refer readme.md to ensure the format of dataset is similar to the one provided.
Thankyou for the response. But I am not using my dataset. I am just running your code on your datasets. Please help me how to resolve it.
Unfortunately, if you need my help, you will need to wait till the weekend PST, due to my other engagements.
No prolem sir. I can wait for you. May be we can have a session just to run this code and ask for some other queries.
Sure sounds good.
Please tell me when you are available.
I also meet that error. Do you find out some ways to resolve it? @furkansherwani
I also meet that error. Do you find out some ways to resolve it? @furkansherwani
No I was not able to resolve it. Still waiting for the author to respond.
I also meet that error. Do you find out some ways to resolve it? @furkansherwani
No I was not able to resolve it. Still waiting for the author to respond.
I have resolved that. You need to specify the parameter just like "loader = DatasetLoader(train_df_id=id_tr_df, test_df_id=id_te_df, train_df_ood=ood_tr_df, test_df_ood=ood_te_df)".
I also meet that error. Do you find out some ways to resolve it? @furkansherwani
No I was not able to resolve it. Still waiting for the author to respond.
I have resolved that. You need to specify the parameter just like "loader = DatasetLoader(train_df_id=id_tr_df, test_df_id=id_te_df, train_df_ood=ood_tr_df, test_df_ood=ood_te_df)".
Thank you. I will try that too.