Skip to content

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