Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues training the model #4

Open
MarlNox opened this issue Sep 28, 2022 · 0 comments
Open

Issues training the model #4

MarlNox opened this issue Sep 28, 2022 · 0 comments

Comments

@MarlNox
Copy link

MarlNox commented Sep 28, 2022

Hi there,
First of all great paper!
Currently I'm trying to train the model locally so that I can properly reproduce the paper.
I'm running on a few issues when training, specifically:

  1. When running the training file, an error pops up at the utils.py file where, the QA_action_reason file only has 3 examples, whereas your code requires for 15 - which prompts the exception in line 48. I assume the file which i got from the official Ads Dataset website is not the right now to use for training.
  2. When i change the number of examples in the utils.py to accept anything under 15, which in this case is 3 examples, the code fails after loading persuasion strategies, with an error saying that the model accepts 512 tokens, but got 609 tokens.

I'm assuming the above errors to be related to inappropriate files being used. If that is the case, Would you be able to share these files, as used in your project?
If the files seem to be alright based on my description, do you have any advice on running it?

kind regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant