koustuvsinha / hred-py

Pytorch implementation of Hierarchical Encoder Decoder Sequence to Sequence Model
39 stars 11 forks source link

Regarding the input format #1

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

I was trying to run through your code, wondering what is the input format for hred_model.py. is it,

response1 response 2 or response1 </s> response2 or any other format

koustuvsinha commented 6 years ago

Hi, yes the input format is response followed by an end of sentence token </s>. Pardon me for the uncommented code, I plan to release a better version along with data utility soon.

mlpanda commented 6 years ago

Hi,

Thanks for the code, when do you plan to release the new version? Perhaps with a simple example including some data.

Thanks in advance.

All the best, Marco