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

train_from_largetext_file doesn't work with prefix #237

Open
WhereAmO opened this issue Sep 26, 2021 · 1 comment
Open

train_from_largetext_file doesn't work with prefix #237

WhereAmO opened this issue Sep 26, 2021 · 1 comment

Comments

@WhereAmO
Copy link

WhereAmO commented Sep 26, 2021

Whenever I run a trained model, specifically one trained using the "largetext" augment, and generate with it using a prefix added in, it completely ignores the prefix and just goes on its own. I've seen others reporting similar issues. Also, is there any way to train on a folder of .txt files? As in multiple? That'd be a good enough workaround but I can't find any way to do that in the slightest. It seemingly only wants to accept a single .txt file. If I just hand it the location of the folder I get a permission denied error. Any help?

@noob10293
Copy link

I don't think it classifies folder locations as txt files. most text generators use the prefix, but outside of the generated text. it only outputs the text it generated after the prefix. basically, the generated text doesn't include the prefix, but it's a prediction of what comes next after the prefix

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