Skip to content

Commit 3431702

Browse files
committed
Add recipes/A5000_24GB_x8/coder-math-en.yaml
1 parent 20a2913 commit 3431702

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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: "γŠθ…ΉγŒη©Ίγ„γ¦γ„γΎγ™"

0 commit comments

Comments
Β (0)