dusersad12/SweepBest-TestRepo
010
SweepBestModel
<div align="center"> <img src="figures/fig1.png" width="70%" alt="SweepBestModel overview" /> </div>
Overview
SweepBestModel is a RoBERTa-base model fine-tuned for sequence classification through a systematic hyperparameter sweep. We explored learning rates and weight decay values to find the optimal configuration.
Training Configuration
Sweep Results
<div align="center">
</div>
<p align="center"> <img width="60%" src="figures/fig2.png"> </p>
The best performing configuration used a learning rate of 5e-5 with weight decay 0.01, achieving the highest F1 score across all sweep runs.
Usage
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model = AutoModelForSequenceClassification.from_pretrained("SweepBest-TestRepo")
tokenizer = AutoTokenizer.from_pretrained("SweepBest-TestRepo")License
This model is released under the Apache 2.0 license.
