Skip to content

Commit

Permalink
Use mini dataset now for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Sep 24, 2024
1 parent 596fc55 commit bf1239d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdelfin/train/config/qwen2vl-2b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ train_data:
seed: 1337
sources:
- name: openai_batch_data_v2
query_glob_path: s3://ai2-oe-data/jakep/openai_batch_data_v2/*.jsonl
response_glob_path: s3://ai2-oe-data/jakep/openai_batch_done_v2/*.json
query_glob_path: s3://ai2-oe-data/jakep/openai_batch_data_v2_mini/*.jsonl
response_glob_path: s3://ai2-oe-data/jakep/openai_batch_done_v2_mini/*.json
backend:
- openai
size: 100_000
Expand Down

0 comments on commit bf1239d

Please sign in to comment.