PulseAugur
实时 16:11:00
English(EN) The qlora 2e-4 default is wrong under 10k samples and nobody talks about it [D]

QLoRA 学习率默认值在小数据集上受到质疑

r/MachineLearning 的一位 Reddit 用户发现,在处理较小数据集(10,000 个样本以下)时,常用的 QLoRA 微调默认学习率 2e-4 可能存在问题。该用户发现此默认设置可能导致过拟合和评估结果不佳,而在他们的实验中,使用较低的学习率(例如 1e-4)并增加训练轮数可显著提高性能。他们认为,这个在教程和文档中经常被引用的默认值可能基于较大的数据集,并且被使用较小数据集的用户盲目复制,导致时间和效果上的浪费。 AI

影响 强调了微调常见模型时一个潜在的陷阱,表明需要为较小的数据集提供更细致的默认参数。

排序理由 用户对机器学习技术技术细节的评论。

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

QLoRA 学习率默认值在小数据集上受到质疑

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/Pretty-Ad774 ·

    The qlora 2e-4 default is wrong under 10k samples and nobody talks about it [D]

    <!-- SC_OFF --><div class="md"><p>Every qlora tutorial on earth says start at 2e-4. Unsloth docs, hf examples, the paper itself. and for small datasets i now think that numbers is a trap.</p> <p>Where does 2e-4 come from? alpaca. 52k samples. cool, except most of us are fine tuni…