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
ChatGLM-6B_pytorch
Commits
e07b8855
"src/vscode:/vscode.git/clone" did not exist on "5755d16868ec3da7d5eb4f42db77b01fac842ea8"
Commit
e07b8855
authored
Dec 01, 2023
by
zhaoying1
Browse files
Update evaluate_ft.sh
parent
c6186d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ptuning/evaluate_ft.sh
ptuning/evaluate_ft.sh
+2
-2
No files found.
ptuning/evaluate_ft.sh
View file @
e07b8855
...
...
@@ -2,7 +2,7 @@ PRE_SEQ_LEN=128
CHECKPOINT
=
adgen-chatglm-6b-ft-4c-5e-5
STEP
=
5000
CUDA
_VISIBLE_DEVICES
=
0 python3 main.py
\
HIP
_VISIBLE_DEVICES
=
0 python3 main.py
\
--do_predict
\
--validation_file
AdvertiseGen/dev.json
\
--test_file
AdvertiseGen/dev.json
\
...
...
@@ -16,4 +16,4 @@ CUDA_VISIBLE_DEVICES=0 python3 main.py \
--max_target_length
64
\
--per_device_eval_batch_size
1
\
--predict_with_generate
\
--pre_seq_len
$PRE_SEQ_LEN
\ No newline at end of file
--pre_seq_len
$PRE_SEQ_LEN
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