Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# UTMOS-v2 Objective MOS
|
2 |
+
|
3 |
+
This Space computes objective MOS scores (UTMOS-v2) for batches of utterances.
|
4 |
+
|
5 |
+
1. **Prepare a CSV**
|
6 |
+
Columns:
|
7 |
+
* `audio` – *relative* path of each wav inside the ZIP you will upload
|
8 |
+
* `method` – (optional) synthesis system name
|
9 |
+
* `MOS` – (optional) ground-truth subjective score
|
10 |
+
|
11 |
+
2. **Zip your WAVs** so that the internal folder hierarchy matches the `audio` paths.
|
12 |
+
|
13 |
+
3. **Upload both files**, click **Submit**, wait.
|
14 |
+
Results appear in the table and are downloadable as `predictions.csv`.
|
15 |
+
|
16 |
+
> The model here is fine-tuned on Võro speech data (Utterance level).
|