Skip to content

Commit 5842cef

Browse files
committed
Update いろいろ
1 parent 6def77b commit 5842cef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

recipes/A5000_24GB_x8/fake-news-detector-en.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dataset_train_split_test_size: 0.2
1313
lora_r: 8
1414
lora_alpha: 16
1515
lora_dropout: 0.05
16-
train_claim_gpu_num: 1
17-
train_per_device_train_batch_size: 4
16+
train_claim_gpu_num: 3
17+
train_per_device_train_batch_size: 8
1818
train_gradient_accumulation_steps: 2
1919
train_num_train_epochs: 4
20-
train_max_steps: 1000
20+
train_max_steps: 2000
2121
train_fp16: True
2222
inference_max_new_tokens: 8
2323
evaluations:

recipes/A5000_24GB_x8/hate-speech-detector-en.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dataset_train_split_test_size: 0.2
1313
lora_r: 8
1414
lora_alpha: 16
1515
lora_dropout: 0.05
16-
train_claim_gpu_num: 1
16+
train_claim_gpu_num: 2
1717
train_per_device_train_batch_size: 8
1818
train_gradient_accumulation_steps: 4
1919
train_num_train_epochs: 4
20-
train_max_steps: 1000
20+
train_max_steps: 2000
2121
train_fp16: True
2222
inference_max_new_tokens: 16
2323
evaluations:

recipes/A5000_24GB_x8/sentiment-analyzer-en.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dataset_train_split_test_size: 0.2
1313
lora_r: 8
1414
lora_alpha: 16
1515
lora_dropout: 0.05
16-
train_claim_gpu_num: 1
16+
train_claim_gpu_num: 2
1717
train_per_device_train_batch_size: 8
1818
train_gradient_accumulation_steps: 2
1919
train_num_train_epochs: 4

0 commit comments

Comments
 (0)