monatolmats commited on
Commit
4c336e3
·
verified ·
1 Parent(s): 80558ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -1,12 +1,16 @@
1
- ---
2
- title: UTMOSv2 Estonian
3
- emoji:
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.29.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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).