Elyadata/SLURP-TN
Viewer • Updated • 4.17k • 291 • 4
This model is a small classifier head (~0.8M params) trained on top of frozen Whisper-large-v3 encoder features for Tunisian Arabic intent recognition as part of the NADI 2026 Shared Task.
openai/whisper-large-v3 (frozen)import torch
from huggingface_hub import hf_hub_download
ckpt = torch.load(
hf_hub_download("FatimahEmadEldin/whisper-deepstack-tn-intent", "best_classifier.pt"),
map_location='cpu'
)