Commit 93264ba 1 parent 5d8cac7 commit 93264ba Copy full SHA for 93264ba
File tree 1 file changed +4
-0
lines changed
examples/language-modeling
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ python3 run_lora_clm.py \
370
370
--max_grad_norm 0.3 \
371
371
--logging_steps 1 \
372
372
--do_train \
373
+ --do_eval \
373
374
--use_habana \
374
375
--use_lazy_mode \
375
376
--throughput_warmup_steps 3 \
@@ -380,6 +381,7 @@ python3 run_lora_clm.py \
380
381
--dataset_concatenation \
381
382
--max_seq_length 512 \
382
383
--low_cpu_mem_usage True \
384
+ --validation_split_percentage 4 \
383
385
--adam_epsilon 1e-08
384
386
```
385
387
@@ -436,6 +438,7 @@ python ../gaudi_spawn.py \
436
438
--max_grad_norm 0.3 \
437
439
--logging_steps 1 \
438
440
--do_train \
441
+ --do_eval \
439
442
--use_habana \
440
443
--use_lazy_mode \
441
444
--throughput_warmup_steps 3 \
@@ -447,6 +450,7 @@ python ../gaudi_spawn.py \
447
450
--max_seq_length 512 \
448
451
--ddp_bucket_cap_mb 50 \
449
452
--adam_epsilon 1e-08 \
453
+ --validation_split_percentage 4 \
450
454
--low_cpu_mem_usage True
451
455
```
452
456
You can’t perform that action at this time.
0 commit comments