File tree 2 files changed +62
-0
lines changed
2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ target_task : tasks/i18n/ja.md
2
+ base_model_id : TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
3
+ model_name : tinyllama-summarizer-en-xlsum-3T-v0.1
4
+ output_base_dir : /data/output
5
+ dataset_id : csebuetnlp/xlsum
6
+ dataset_load_config : english
7
+ dataset_input_hint : Briefly summarize the following text.
8
+ dataset_input_field_name : text
9
+ dataset_output_field_name : summary
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 : 3
16
+ train_per_device_train_batch_size : 16
17
+ train_gradient_accumulation_steps : 4
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 : " 火縄銃の威力が全国に知られる事となった、1575年に織田・徳川連合軍が鉄砲隊を用いて武田勝頼率いる騎馬隊を破った戦いを何というでしょう?"
25
+ expected_output : " 長篠の戦いです。"
26
+ -
27
+ prompt : " ベトナム戦争終結や米ソ戦略兵器削減交渉などを進めたものの、1974年にウォーターゲート事件の責任をとって辞任したアメリカの第37代大統領は誰でしょう?"
28
+ expected_output : " リチャード・ニクソンです。"
29
+ -
30
+ prompt : " 格闘家ボブ・サップの出身国はどこでしょう?"
31
+ expected_output : " アメリカです。"
Original file line number Diff line number Diff line change
1
+ target_task : tasks/i18n/ja.md
2
+ base_model_id : TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
3
+ model_name : tinyllama-summarizer-en-xlsum-3T-v0.1
4
+ output_base_dir : /data/output
5
+ dataset_id : csebuetnlp/xlsum
6
+ dataset_load_config : japanese
7
+ dataset_input_hint : Briefly summarize the following text.
8
+ dataset_input_field_name : text
9
+ dataset_output_field_name : summary
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 : 3
16
+ train_per_device_train_batch_size : 16
17
+ train_gradient_accumulation_steps : 4
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 : " 火縄銃の威力が全国に知られる事となった、1575年に織田・徳川連合軍が鉄砲隊を用いて武田勝頼率いる騎馬隊を破った戦いを何というでしょう?"
25
+ expected_output : " 長篠の戦いです。"
26
+ -
27
+ prompt : " ベトナム戦争終結や米ソ戦略兵器削減交渉などを進めたものの、1974年にウォーターゲート事件の責任をとって辞任したアメリカの第37代大統領は誰でしょう?"
28
+ expected_output : " リチャード・ニクソンです。"
29
+ -
30
+ prompt : " 格闘家ボブ・サップの出身国はどこでしょう?"
31
+ expected_output : " アメリカです。"
You can’t perform that action at this time.
0 commit comments