Views
No views yet
| File | Role |
|---|---|
model.joblib | StandardScaler + CalibratedClassifierCV(LinearSVC) |
metadata.json | Labels, encoder name, pooling, train counts |
balearic, central, northern, northwestern, valencian1# from the proj-accents repo root
2mkdir -p models/cv26-hubert-svm-calibrated
3hf download miquelt-9/cv26-hubert-svm-calibrated \
4 --include "model.joblib" "metadata.json" \
5 --local-dir models/cv26-hubert-svm-calibrateduvicorn backend.app:app ...). On first inference, Transformers downloads the encoder BSC-LT/hubert-base-ca-2k into the local HF cache.BSC-LT/hubert-base-ca-2k (frozen; not fine-tuned in this artifact)| Metric | Held-out CV26 | External AINA |
|---|---|---|
| Accuracy | ~50% | ~50% |
| Macro F1 | ~51% | ~50% |
| Top-2 accuracy | ~72% | ~70% |
model.joblib + metadata.json): MIT. Sklearn head only; it does not redistribute HuBERT weights.BSC-LT/hubert-base-ca-2k: Apache License 2.0. Copyright (c) 2025 Language Technologies Unit, Barcelona Supercomputing Center. See the upstream model card and the project NOTICE.