You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some mismatch between the files I uploaded because I modify them when conducting my experiments.
I have uploaded my latest version and a lot of lines have been changed. Please check them again.
The input file "dialog.txt' in prepare_context_RG_data.py is like:
q1\ta1\tq2\ta2\n
q1\ta1\tq2\ta2\n
...
For each line, there are several utterances (like q1, a1 here) and you can split them by '\t'. For each utterance, I have already conducted word tokenization and you can split each utterance by whitespace to get each word token.
To train the model, you need to firstly use prepare_context_RG_data.py to generate the .tfrecords files. Then you can use train.py to train the model.
Thanks.
The text was updated successfully, but these errors were encountered: