Datasets:

ArXiv:
a100_20260502 / examples /README.md
shulin16's picture
Add files using upload-large-folder tool
0cbd895 verified
|
Raw
History Blame Contribute Delete
383 Bytes

Instructions

The example provides instructions for using SWIFT for training, inference, deployment, evaluation, and quantization. By default, the model will be downloaded from the ModelScope community.

If you want to use the Huggingface community, you can change the command line like this:

...
swift sft \
    --model <model_id_or_path> \
    --use_hf 1 \
    ...