cjli commited on
Commit
91240a2
·
verified ·
1 Parent(s): d347e45

Update readme with badges

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -16,9 +16,15 @@ library_name: pytorch
16
  ---
17
  # PhoneticXeus
18
 
19
- PhoneticXeus is a multilingual phone recognition model using self-conditioned CTC on the [XEUS](https://huggingface.co/espnet/xeus) speech encoder. See the paper: *An Empirical Recipe for Universal Phone Recognition*. Trained on IPAPack data covering 100+ languages with IPA transcriptions.
 
 
 
 
20
 
21
- **GitHub:** [changelinglab/PhoneticXeus](https://github.com/changelinglab/PhoneticXeus)
 
 
22
 
23
  ## Files
24
 
 
16
  ---
17
  # PhoneticXeus
18
 
19
+ <p align="left">
20
+ <a href="https://arxiv.org/abs/2603.29042"><img src="https://img.shields.io/badge/Paper-2603.29042-red.svg?logo=arxiv&logoColor=red"/></a>
21
+ <a href="https://huggingface.co/changeling/PhoneticXeus"><img src="https://img.shields.io/badge/Model-PhoneticXeus-yellow.svg?logo=huggingface&logoColor=yellow"/></a>
22
+ <a href="https://github.com/changelinglab/PhoneticXeus"><img src="https://img.shields.io/badge/Repo-PhoneticXeus-blue.svg?logo=github&logoColor=black"/></a>
23
+ </p>
24
 
25
+ PhoneticXeus is a multilingual phone recognition model using self-conditioned CTC on the [XEUS](https://huggingface.co/espnet/xeus) speech encoder, trained on IPAPack++ covering 70+ languages with IPA transcriptions.
26
+
27
+ <!-- **GitHub:** [changelinglab/PhoneticXeus](https://github.com/changelinglab/PhoneticXeus) -->
28
 
29
  ## Files
30