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

Error in sampling the data #55

Open
parvaneh-soleimany opened this issue Jul 21, 2024 · 1 comment
Open

Error in sampling the data #55

parvaneh-soleimany opened this issue Jul 21, 2024 · 1 comment

Comments

@parvaneh-soleimany
Copy link

Hey. I am facing error on sampling data.
I get error: "Breaking the generation loop!"
and when I checked the code I understood in the next line, df_gen gets empty and it is obviously because the model just generated placeholder, and not the desired data.
df_gen = df_gen[~(df_gen == "placeholder").any(axis=1)]

I am working on it for more than one week but I couldn't handle it.
Can you please help me? I am really in need of this code to works.
My data is a tabular text data, each column consisting number or piece of text (sometimes long texts).

Thank you in advance.

@parvaneh-soleimany
Copy link
Author

No one has the same issue?

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

1 participant