Files
wehub-resource-sync a203934033
Lint test / lint (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:58 +08:00

10 lines
260 B
Python

import os
from swift import SftArguments, sft_main
os.environ['MAX_PIXELS'] = str(16 * 28 * 28)
if __name__ == '__main__':
sft_main(
SftArguments(model='Qwen/Qwen2.5-VL-7B-Instruct', dataset='AI-ModelScope/coco#2000', split_dataset_ratio=0.01))