kAIto47802 commited on
Commit
8fdce75
·
1 Parent(s): 32619cc

Update README

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -2,9 +2,57 @@
2
  license: mit
3
  ---
4
 
5
- # UTMOSv2: UTokyo-SaruLab MOS Prediction System
 
 
6
 
7
 
8
- [![GitHub](https://img.shields.io/badge/-GitHub-181717.svg?logo=github&style=flat)](https://github.com/sarulab-speech/UTMOSv2)
 
 
 
 
9
 
10
- [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/sarulab-speech/UTMOSv2)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ <h1 align="center">
6
+ UTMOSv2: UTokyo-SaruLab MOS Prediction System
7
+ </h1>
8
 
9
 
10
+ <div align="center">
11
+ <a href="https://github.com/sarulab-speech/UTMOSv2">
12
+ <img src="https://img.shields.io/badge/dynamic/json.svg?label=GitHub&logo=github&style=flat&url=https://api.github.com/repos/sarulab-speech/UTMOSv2&query=$.stargazers_count&prefix=Stars%20&labelColor=181717" alt="GitHub"/>
13
+ </a>
14
+ </div>
15
 
16
+
17
+ <div align="center">
18
+ <a target="_blank" href="https://huggingface.co/spaces/sarulab-speech/UTMOSv2">
19
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue" alt="Hugging Face Spaces"/>
20
+ </a>
21
+ <a target="_blank" href="https://colab.research.google.com/github/sarulab-speech/UTMOSv2/blob/main/quickstart.ipynb">
22
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
23
+ </a>
24
+ </div>
25
+
26
+ <div align="center">
27
+ <a target="_blank" href="http://arxiv.org/abs/2409.09305">
28
+ <img src="https://img.shields.io/badge/arXiv-2409.09305-b31b1b.svg" alt="arXiv"/>
29
+ </a>
30
+ <a target="_blank" href="https://github.com/sarulab-speech/UTMOSv2/blob/main/poster.pdf">
31
+ <img src="https://img.shields.io/badge/IEEE%20SLT%202024-Poster-blue.svg" alt="poster"/>
32
+ </a>
33
+ </div>
34
+
35
+ <br>
36
+
37
+ For more details, please refer to our GitHub repository:
38
+ <a href="https://github.com/sarulab-speech/UTMOSv2">
39
+ <sub>
40
+ <img align=top src="https://img.shields.io/badge/dynamic/json.svg?label=GitHub&logo=github&style=flat&url=https://api.github.com/repos/sarulab-speech/UTMOSv2&query=$.stargazers_count&prefix=Stars%20&labelColor=181717" alt="GitHub"/>
41
+ </sub>
42
+ </a>
43
+
44
+ <br>
45
+
46
+
47
+ <h2 align="left">
48
+ <div>🔖 Citation</div>
49
+ </h2>
50
+
51
+ ```bibtex
52
+ @inproceedings{baba2024utmosv2,
53
+ title = {The T05 System for The {V}oice{MOS} {C}hallenge 2024: Transfer Learning from Deep Image Classifier to Naturalness {MOS} Prediction of High-Quality Synthetic Speech},
54
+ author = {Baba, Kaito and Nakata, Wataru and Saito, Yuki and Saruwatari, Hiroshi},
55
+ booktitle = {IEEE Spoken Language Technology Workshop (SLT)},
56
+ year = {2024},
57
+ }
58
+ ```