-
Notifications
You must be signed in to change notification settings - Fork 0
/
xls-r-elan.html
19 lines (19 loc) · 919 Bytes
/
xls-r-elan.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
XLS-R Automatic Speech Recognition
</title>
</head>
<body>
<center><h3>XLS-R Automatic Speech Recognition</h3></center>
This is a local recognizer that offers automatic speech recognition
functions using a fine-tuned model based on
<a href="https://huggingface.co/facebook/wav2vec2-xls-r-300m">Wav2Vec2-XLS-R-300M</a>,
a large-scale, multilingual pretrained model for speech developed by
Facebook AI. This recognizer allows the user to select an audio
recording and a tier from this transcript as input, then passes both
the sound and annotations on to a fine-tuned XLS-R model for
processing, producing a new tier containing the model's output.
</body>
</html>