From c6f69fb43805c84ce9b1207d33d017caabcb694c Mon Sep 17 00:00:00 2001 From: 51616 Date: Sat, 21 Dec 2024 15:57:11 +0000 Subject: [PATCH] remove label_smoothing --- configs/default.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/default.yaml b/configs/default.yaml index cbef25e..606acb3 100644 --- a/configs/default.yaml +++ b/configs/default.yaml @@ -15,7 +15,6 @@ remove_unused_columns: false optim: schedule_free_adamw learning_rate: 0.0001 neftune_noise_alpha: 5 -label_smoothing_factor: 0.1 weight_decay: 0.01 warmup_ratio: 0.1