Assignment #1 and #2 and #3 #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#1
I just added the requested conditions in the assignment one and created a test file in order to check them whether they working properly or not.
#2
I just updated requirements file. Then implemented the textual representation of DisCERN utilizing T5 in a conditional generation manner. (I fine-tuned a light version of T5 with small amount of data for a few epochs due to the time limitations, so don't expect consistent generations!) I will upload the model weights ASAP then you should put it in NLG_model folder in order to make it work properly.
This is the link for finetuned T5 model: https://www.dropbox.com/s/15uwbwv00oubrf7/model.pt?dl=0
#3
A Jupyter notebook is added to test the third assignment utilizing DialoGPT and the second assignment model (T5) in order to generate textual representation. It should be noted that the created notebook added into the test directory.