Datasets:

ArXiv:
a100_20260502 / tests /train /test_grounding.py
shulin16's picture
Add files using upload-large-folder tool
21d5a6e verified
Raw
History Blame Contribute Delete
260 Bytes
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))