-
Notifications
You must be signed in to change notification settings - Fork 64
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
Running generation batch misses file #21
Comments
Also in the same file I have not been able to figure out what |
Could you give me some more details about what you're trying to do? I am planning on pushing an updated version of this code with clear examples for training and generating responses for the MeQSum task (which is a good demo task for prompt --> response) and can quickly be adapted to other tasks. |
I am trying to extract a diagnoses of an image from the Title, referencing paragraph and image caption of a scientific paper (so in a broader sense this is also a summarization problem). For that I have been using your finetune and evaluation script to run it: |
For it to run I had to copy the script I referred to earlier and remove the import line I specified |
The run_generation_batch.py in finetune/textgen/gpt2 imports stuff from train_control. Now that is not an open package, but another file from https://github.com/XiangLi1999/PrefixTuning/tree/cleaned/gpt2 which you need to add to the folder
The text was updated successfully, but these errors were encountered: