Spaces:
Running
on
Zero
Running
on
Zero
update reamde
Browse files
README.md
CHANGED
@@ -8,7 +8,10 @@ sdk_version: 5.38.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
short_description: Multiple sampling rate MOS prediction with SFI conv
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
python_version: 3.12
|
12 |
short_description: Multiple sampling rate MOS prediction with SFI conv
|
13 |
---
|
14 |
|
15 |
+
In this space we showcase the prediction demo of "MSR-UTMOS".
|
16 |
+
This demo uses sfi-w2v2 with pretraining on BVCC dataset.
|
17 |
+
Please note that the prediction only uses fold0 of model. For the challenge submission, we used prediction results from all 7 folds.
|