paper-with-me

홈 › Papers

Quick-Tune: Quickly Learning Which Pretrained Model to Finetune and How

2023-06-06 · Sebastian Pineda Arango, Fabio Ferreira, Arlind Kadra, Frank Hutter, Josif Grabocka

With the ever-increasing number of pretrained models, machine learning practitioners are continuously faced with which pretrained model to use, and how to finetune it for a new dataset. In this paper, we propose a methodology that jointly searches for the optimal pretrained model and the hyperparameters for finetuning it. Our method transfers knowledge about the performance of many pretrained models with multiple hyperparameter configurations on a series of datasets. To this aim, we evaluated over 20k hyperparameter configurations for finetuning 24 pretrained image classification models on 87 datasets to generate a large-scale meta-dataset. We meta-learn a multi-fidelity performance predictor on the learning curves of this meta-dataset and use it for fast hyperparameter optimization on new datasets. We empirically demonstrate that our resulting approach can quickly select an accurate pretrained model for a new dataset together with its optimal hyperparameters.

📄 PDF Abstract BibTeX arXiv:2306.03828

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimizationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Camels in a Changing Climate: Enhancing LM Adaptation with Tulu 2

2023-11-17 · Hamish Ivison, Yizhong Wang, Valentina Pyatkin, Nathan Lambert 외

Since the release of T\"ULU [Wang et al., 2023b], open resources for instruction tuning have developed quickly, from better base models to new finetuning techniques. We test and incorporate a number of these advances int…

One Leak Away: How Pretrained Model Exposure Amplifies Jailbreak Risks in Finetuned LLMs

2025-12-14 · Yixin Tan, Zhe Yu, Jun Sakuma arxiv

Finetuning pretrained large language models (LLMs) has become the standard paradigm for developing downstream applications. However, its security implications remain unclear, particularly regarding whether finetuned LLMs…

Reward-Free Code Alignment from Pretrained or Fine-Tuned LLM: Unpacking the Trade-offs for Code Generation

2026-06-27 · Sanjeepan Sivapiran, Gias Uddin arxiv

Large Language Model (LLM) alignment trains an LLM using preference data to produce outputs that better meet established quality standards. While LLM alignment techniques are studied for non-coding tasks, we know little …

Code Generation

Ensembling Finetuned Language Models for Text Classification

2024-10-25 · Sebastian Pineda Arango, Maciej Janowski, Lennart Purucker, Arber Zela 외

Finetuning is a common practice widespread across different communities to adapt pretrained models to particular tasks. Text classification is one of these tasks for which many pretrained models are available. On the oth…

Classificationtext-classificationText Classification

Overwriting Pretrained Bias with Finetuning Data

2023-03-10 · ICCV 2023 1 · Angelina Wang, Olga Russakovsky

Transfer learning is beneficial by allowing the expressive features of models pretrained on large-scale datasets to be finetuned for the target task of smaller, more domain-specific datasets. However, there is a concern …

AttributeTransfer Learning