File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ target_task : tasks/nlp/translation.md
2
+ base_model_id : TinyLlama/TinyLlama-1.1B-intermediate-step-715k-1.5T
3
+ model_name : tinyllama-coder-math-en-v0.1
4
+ output_base_dir : /data/output
5
+ dataset_id : nvidia/OpenMathInstruct-1
6
+ dataset_input_field_name : question
7
+ dataset_output_field_name : generated_solution
8
+ dataset_filter_field_name : is_collect
9
+ dataset_filter_field_value : true
10
+ dataset_train_split_seed : 42
11
+ dataset_train_split_test_size : 0.2
12
+ lora_r : 8
13
+ lora_alpha : 16
14
+ lora_dropout : 0.05
15
+ train_claim_gpu_num : 4
16
+ train_per_device_train_batch_size : 8
17
+ train_gradient_accumulation_steps : 2
18
+ train_num_train_epochs : 4
19
+ train_max_steps : 1000
20
+ train_fp16 : True
21
+ inference_max_new_tokens : 32
22
+ evaluations :
23
+ -
24
+ prompt : " thank you"
25
+ expected_output : " γγγγ¨γ"
26
+ -
27
+ prompt : " Hello"
28
+ expected_output : " γγγ«γ‘γ―"
29
+ -
30
+ prompt : " How are you?"
31
+ expected_output : " γε
ζ°γ§γγοΌ"
32
+ -
33
+ prompt : " I am hungry"
34
+ expected_output : " γθ
Ήγη©Ίγγ¦γγΎγ"
You canβt perform that action at this time.
0 commit comments