Closed ismu closed 3 years ago
HI :)
I would like know how to use HMNetModel for dialogues.
I have code:
from model import HMNetModel hmn = HMNetModel() print(hmn.summarize(dial))
How should dial looks like? Can I get dial from CNN/DM(3.0.0) dataset?
dial
CNN/DM(3.0.0)
Thanks in advance for your help :)
Hi, more documentation and optimization for HMNet is added in #79.
More specifically, you can refer to tests/model_test.py or here for more detailed usage of HMNet.
tests/model_test.py
All clear :)
HI :)
I would like know how to use HMNetModel for dialogues.
I have code:
How should
dial
looks like? Can I getdial
fromCNN/DM(3.0.0)
dataset?Thanks in advance for your help :)