We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12b4395 + 3491aa9 commit ae29a62Copy full SHA for ae29a62
1 file changed
README.md
@@ -124,8 +124,8 @@ torchrun --nproc_per_node="8" \
124
--model_name_or_path Qwen/Qwen2.5-VL-3B-Instruct \
125
--deepspeed local_scripts/zero3.json \
126
--dataset_name <your_dataset_name> \
127
- --data_file_paths /path/to/your/data.jsonl \ # can be multiple, seperated by ":"
128
- --image_folders /path/to/your/image/folder/ \ # can be multiple, seperated by ":"
+ --data_file_paths /path/to/your/data.jsonl \ # can be multiple, separated by ":"
+ --image_folders /path/to/your/image/folder/ \ # can be multiple, separated by ":"
129
...
130
```
131
## Evaluation
0 commit comments