Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- 'no'
|
5 |
+
base_model:
|
6 |
+
- NbAiLab/nb-wav2vec2-300m-bokmaal
|
7 |
+
---
|
8 |
+
|
9 |
+
# NOCASA Multi-task wav2vec 2.0 Baseline
|
10 |
+
|
11 |
+
The official multi-task wav2vec 2.0 baseline model for the [IEEE-MLSP NOCASA Challenge](https://teflon.aalto.fi/nocasa-2025/). For more details on how to use the model, visit [GitHub](https://github.com/aalto-speech/nocasa-baselines).
|