gagan3012 / keytotext

Keywords to Sentences

Home Page:https://share.streamlit.io/gagan3012/keytotext/UI/app.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, I notice that given the same input keywords, across different runs, the generated text are the same, even setting different seeds by 'pl.seed_everything(..)'.

RuiFeiHe opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Hi, I notice that given the same input keywords, across different runs, the generated text are the same, even setting different seeds by 'pl.seed_everything(..)'.

Is there any way to generate different sentences given the same keywords?

Want to know this as well.

I think you have to add a new word to the list, though if there is a different way that doesn't require changing the list I'd love to know aswell.

@gagan3012 Please let us know if that cane be done .

Hello,
The models have been trained in such a way that there are only one sentence for one set of keywords. That is why the same inputs generate the same outputs

@gagan3012 Anyway it can return complete sentense minimum 2-3 lines for a particular keyword? is that possible?