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

add support for defined train split #654

Merged
merged 1 commit into from
Sep 29, 2023
Merged

add support for defined train split #654

merged 1 commit into from
Sep 29, 2023

Conversation

winglian
Copy link
Collaborator

fixes #653

a lot of people are coming in using Jeremy's tutorial and using the sql dataset which doesn't have a train split. This adds a way to specify a split to train on and adds a quick type that matches his example in https://github.com/fastai/minai/blob/main/llm_example.ipynb

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

@winglian winglian merged commit 409ca0f into main Sep 29, 2023
4 checks passed
@winglian winglian deleted the train-on-split branch September 29, 2023 00:14
mkeoliya pushed a commit to mkeoliya/axolotl that referenced this pull request Dec 15, 2023
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.

AttributeError: 'DatasetDict' object has no attribute 'features'
1 participant