asapp/slue-phase-2
Viewer • Updated • 74.8k • 1.71k • 11
How to use Masioki/asrtbsc_distilbert-freezed-best with Transformers:
# Load model directly
from transformers import SingleEmbeddingSentenceClassifier
model = SingleEmbeddingSentenceClassifier.from_pretrained("Masioki/asrtbsc_distilbert-freezed-best", dtype="auto", device_map="auto")Normalized ASR translations based multi-label DAC
Backbone: DistilBert uncased
Pooling: Self attention
Multi-label classification head: 2 dense layers with two dropouts 0.3 and Tanh activation inbetween
Trained on normalized Whisper small transcripts.
Evaluated on ground truth (GT) and normalized Whisper small transcripts (E2E).
The following hyperparameters were used during training: