Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
FinQwen_pytorch
Commits
5d67dbb1
Commit
5d67dbb1
authored
Jul 03, 2024
by
wanglch
Browse files
Update ds_zero3_work_dtk.sh
parent
86b61daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ds_zero3_work_dtk.sh
ds_zero3_work_dtk.sh
+2
-2
No files found.
ds_zero3_work_dtk.sh
View file @
5d67dbb1
#!/bin/bash
#!/bin/bash
deepspeed
--master_port
$(
shuf
-n
1
-i
10000-65535
)
--include
=
"localhost:0,1,2,3"
./LLaMA-Factory/src/train
_bash
.py
\
deepspeed
--master_port
$(
shuf
-n
1
-i
10000-65535
)
--include
=
"localhost:0,1,2,3"
./LLaMA-Factory/src/train.py
\
--deepspeed
./deepspeed.json
\
--deepspeed
./deepspeed.json
\
--stage
sft
\
--stage
sft
\
--do_train
\
--do_train
\
--model_name_or_path
./Tongyi-Finance-14B-Chat
\
--model_name_or_path
./Tongyi-Finance-14B-Chat
\
--dataset
fingpt_sentiment
\
--dataset
fingpt_sentiment
\
--dataset_dir
./
LLaMA-Factory/
data
\
--dataset_dir
./data
\
--template
qwen
\
--template
qwen
\
--finetuning_type
lora
\
--finetuning_type
lora
\
--lora_target
all
\
--lora_target
all
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment