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
InternLM2-Math-7B_pytorch
Commits
1c186cb8
Commit
1c186cb8
authored
Aug 28, 2024
by
zhougaofeng
Browse files
Update single_node.sh
parent
09d9221b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
finetune/single_node.sh
finetune/single_node.sh
+1
-1
No files found.
finetune/single_node.sh
View file @
1c186cb8
...
@@ -6,7 +6,7 @@ export HIP_VISIBLE_DEVICES=6
...
@@ -6,7 +6,7 @@ export HIP_VISIBLE_DEVICES=6
python src/train.py
\
python src/train.py
\
--stage
sft
--do_train
\
--stage
sft
--do_train
\
--model_name_or_path
/home/practice/internlm2-math-7b
\
--model_name_or_path
/home/practice/internlm2-math-7b
\
--dataset
alpaca_en_demo
--template
intern2
--finetuning_type
lora
--lora_target
q_proj,v_proj
\
--dataset
alpaca_en_demo
--template
intern2
--finetuning_type
lora
--lora_target
wqkv
\
--output_dir
saves/intern2/lora/sft
\
--output_dir
saves/intern2/lora/sft
\
--overwrite_output_dir
\
--overwrite_output_dir
\
--overwrite_cache
--per_device_train_batch_size
2
--gradient_accumulation_steps
32
--lr_scheduler_type
cosine
\
--overwrite_cache
--per_device_train_batch_size
2
--gradient_accumulation_steps
32
--lr_scheduler_type
cosine
\
...
...
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