Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialogue generation training with simctg library #11

Closed
lecrycry opened this issue Sep 14, 2022 · 1 comment
Closed

Dialogue generation training with simctg library #11

lecrycry opened this issue Sep 14, 2022 · 1 comment

Comments

@lecrycry
Copy link

Hello,

Very good job for your work. It's amazing !

I want to train the dialogue generation with the library simctg. But the dataclass changes between the original source code and the example of "training_tutorial_on_wikitext103".

I'm using GTP2 and I want to reproduce DailyDialog results. Did I need to get the original dataclass for dialogue generation ? Or the new dataclass in "training_tutorial_on_wikitext103" works for all examples and English and Chinese GPT2 ? Specially for the tokens ?

Did I need to change something to the "training_tutorial_on_wikitext103" example for english dialogue generation ?

Thanks for help.

@yxuansu
Copy link
Owner

yxuansu commented Sep 14, 2022

Hi @lecrycry,

Thank you for your interest in our work.

You can directly use the codes provided in "training_tutorial_on_wikitext103" to reproduce the results on dialogue generation. The only thing you need to take care of is making sure your file format is consistent with our wikitext-103 files provided in the training example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants