Skip to content

fix progress bar always 1 short | updated generator in examples to 4o#67

Merged
yisz merged 2 commits intomainfrom
fix/synthetic-pbar-counter
May 28, 2024
Merged

fix progress bar always 1 short | updated generator in examples to 4o#67
yisz merged 2 commits intomainfrom
fix/synthetic-pbar-counter

Conversation

@yisz
Copy link
Contributor

@yisz yisz commented May 27, 2024

🚀 This description was created by Ellipsis for commit a05a005

Summary:

This PR updates the progress bar logic, changes the generator model, adjusts question generation parameters, and bumps the software version.

Key points:

  • Updated progress bar logic in continuous_eval/generators/simple.py to accurately reflect question count.
  • Changed generator model from gpt-4-0125-preview to gpt-4o in example scripts.
  • Adjusted parameters for question generation in example scripts.
  • Bumped software version in pyproject.toml from 0.3.9 to 0.3.10.

Generated with ❤️ by ellipsis.dev

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 43542cc in 1 minute and 14 seconds

More details
  • Looked at 47 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 drafted comments based on config settings.
1. continuous_eval/generators/simple.py:276
  • Draft comment:
    The update to the progress bar at the end of the generation process seems correct, but the updates within the loops (lines 228 and 254) might not accurately reflect the progress. Consider updating the progress bar directly with the number of new questions generated since the last update to ensure it reflects the correct progress throughout the generation process.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.
2. docs/src/content/docs/examples/Advanced/dataset_generation.md:25
  • Draft comment:
    The update to the generator model from "gpt-4-0125-preview" to "gpt-4o" in the documentation and example scripts appears consistent and intentional. Ensure that "gpt-4o" is a valid and supported model identifier in the LLMFactory.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The PR also includes changes to the generator model used in the examples and the simple dataset generation script. The model has been updated from "gpt-4-0125-preview" to "gpt-4o". This change is consistent across the documentation and the example script, which suggests that it was an intentional update to use a newer or different model version. This change doesn't seem to introduce any issues as long as "gpt-4o" is a valid model identifier that is supported by the LLMFactory.
3. docs/src/content/docs/examples/Advanced/dataset_generation.md:27
  • Draft comment:
    There is a typo in the variable name multi_hop_precentage; it should be multi_hop_percentage. This typo appears in both the documentation and the example scripts. Correcting this will improve code clarity and prevent potential issues in future modifications.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_uLO4ZlgPKNwzTCwE


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@yisz yisz merged commit 2618ab6 into main May 28, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on a05a005 in 1 minute and 15 seconds

More details
  • Looked at 12 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. pyproject.toml:3
  • Draft comment:
    The PR description mentions significant changes to the progress bar logic and updates to the generator model in example scripts, but the diff only shows a version bump in pyproject.toml. Please ensure that all intended changes are included in the PR.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_Xp64FKb9Xwd56Zuq


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

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

Successfully merging this pull request may close these issues.

1 participant