AlibabaResearch / DAMO-ConvAI

DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
MIT License
1.21k stars 186 forks source link

Folder of "model" missing in dial2vec? #10

Closed wangpeng138375 closed 1 year ago

wangpeng138375 commented 1 year ago

PLATO model missing

wangruicn commented 1 year ago

Hi, the folder "model" should be downloaded from the GoogleDrive link in README file. Please refer to https://github.com/AlibabaResearch/DAMO-ConvAI/tree/main/dial2vec#installation

wangpeng138375 commented 1 year ago

Thanks, and where is the "preprocesssession%s_test.txt" files ? how can I get them?

wangruicn commented 1 year ago

These files are not necessary. They are only used to generate the training/evaluation files. We have released the generated files as datasets.zip that can be downloaded from the GoogleDrive link.

wangpeng138375 commented 1 year ago

Can you give me some format information of this file? which can help me test the model on my own dataset.

wangruicn commented 1 year ago

There are four fields separated by the tab character, including sessionId, role, text, and topic.