asapp/slue-phase-2
Viewer • Updated • 74.8k • 1.66k • 11
How to use Masioki/gttbsc_phi-freezed-best with Transformers:
# Load model directly
from transformers import SingleEmbeddingSentenceClassifier
model = SingleEmbeddingSentenceClassifier.from_pretrained("Masioki/gttbsc_phi-freezed-best", dtype="auto")Ground truth text based multi-label DAC
Backbone: Phi 3 mini
Pooling: Weighted mean pooling
Multi-label classification head: 2 dense layers with two dropouts 0.3 and Tanh activation inbetween
Trained on ground truth.
Evaluated on ground truth (GT) and normalized Whisper small transcripts (E2E).
The following hyperparameters were used during training: