RUCAIBox/TextBox

how can we generate text?

Closed this issue · 6 comments

As far as I understand, there is everything related to model training and analysis of generated texts, but I could not find how we can generate texts with given input. Can someone help me?

Could you detail your requirements? Which model or dataset do you want?

I am working on story generation. I haven't decided on the model yet but I can start with the BART model and ROCStories dataset. After the model selection, I will work with my own Turkish dataset

You can follow the instruction here to add your own dataset.

Thanks, how about generating stories with the given input?

You just need to write them in the test.src. Then, after the model training, it will generate the output.

Thank you for your help and time