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

Fix ValueError Issues in sql.yml #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

artste
Copy link

@artste artste commented Oct 23, 2023

This PR fixes two issues in the sql.yml configuration file for axolotl:

  1. Error: ValueError: eval_table_size and eval_sample_packing are not supported together with sample_packing. Please set 'eval_sample_packing' to false.

    • Solution: Set eval_sample_packing: false.
  2. Error: ValueError: no train split found for dataset knowrohit07/know_sql, you may specify a split with 'train_on_split: ...

    • Solution: Added train_on_split: validation as per the official axolotl README.

Changes to

# Issue 1.
eval_sample_packing: false

# Issue 2.
dataset:
  - path: knowrohit07/know_sql
    type: context_qa.load_v2
    train_on_split: validation

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