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

Exception: Dataset is empty generating initial samples #104

Open
hi112233445566 opened this issue Nov 15, 2024 · 1 comment
Open

Exception: Dataset is empty generating initial samples #104

hi112233445566 opened this issue Nov 15, 2024 · 1 comment

Comments

@hi112233445566
Copy link

Hi, I'm encountering an error while trying to run "run_pipeline.py".
This is the error: Exception: Dataset is empty generating initial samples
5)Q JTVQ%F}RI(3GDYEYF)R

@Eladlev
Copy link
Owner

Eladlev commented Nov 15, 2024

It's not an error, this is only an information message that no dataset was provided for the system as an input.
Therefore the model generates a synthetic dataset.

The system supports three options:

  1. Zero-shot: Generating all the data
  2. Few-shot: Given an initial dataset, it generates the rest of the samples based on the provided input.
  3. No synthetic data: All the data is provided by the user.

This message indicates that you are in the zero-shot setting.

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