Upload ms-swift/examples/sampler/distill/distill.sh with huggingface_hub
Browse files
ms-swift/examples/sampler/distill/distill.sh
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
OPENAI_API_KEY="xxx" \
|
| 2 |
+
swift sample \
|
| 3 |
+
--sampler_type distill \
|
| 4 |
+
--sampler_engine client \
|
| 5 |
+
--model deepseek-r1 \
|
| 6 |
+
--stream true \
|
| 7 |
+
--dataset tastelikefeet/competition_math#5 \
|
| 8 |
+
--num_return_sequences 1 \
|
| 9 |
+
--temperature 0.6 \
|
| 10 |
+
--top_p 0.95 \
|
| 11 |
+
--engine_kwargs '{"base_url":"https://dashscope.aliyuncs.com/compatible-mode/v1"}'
|