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

Overfitting #1

Closed
axel578 opened this issue Jul 14, 2022 · 1 comment
Closed

Overfitting #1

axel578 opened this issue Jul 14, 2022 · 1 comment

Comments

@axel578
Copy link

axel578 commented Jul 14, 2022

I have a dataset with 10 000 lines of text.

The data inside is code and is in this format:

nameofskill:
Skills:

  • effect:particles{etc=random} @target

the first line changes depending on the name of the skill,
the second line never changes.
The third line changes and is different for each different skill.

The issue is that when I train the model, whatever is the name of the skill, the following lines after the Skills line are always the same.

for example:

fireskill:
Skills:

  • flame

waterskill:
Skills:

  • flame

rockskill:
Skills:

  • flame

it doesnt seems to undertsand what is written ,and changing the temperature to 0.7 does nothing to help. It always output the same data.

@lostmsu
Copy link
Contributor

lostmsu commented Jul 14, 2022

This is a bug tracker for minGPT. The behavior is a bug in your application of minGPT. minGPT works as designed here.

@lostmsu lostmsu closed this as not planned Won't fix, can't repro, duplicate, stale Jul 14, 2022
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