Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,21 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# CiceroASR
|
17 |
|
18 |
-
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0)
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
- Loss: 0.5395
|
21 |
- Wer: 0.2220
|
22 |
|
|
|
15 |
|
16 |
# CiceroASR
|
17 |
|
18 |
+
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0)
|
19 |
+
for the transcription of Classical Latin!
|
20 |
+
|
21 |
+
Example from the Aeneid:
|
22 |
+
<video controls src="https://cdn-uploads.huggingface.co/production/uploads/5fc7944e8a82cc0bcf7cc51d/hYNFr2od1EKDlRRdzJmzR.webm"></video>
|
23 |
+
Transcription:
|
24 |
+
**arma virumque cano** (Of arms and men I sing)
|
25 |
+
|
26 |
+
Example from Genesis:
|
27 |
+
<video controls src="https://cdn-uploads.huggingface.co/production/uploads/5fc7944e8a82cc0bcf7cc51d/9Q6DfG2h8FkABnl55DLBH.webm"></video>
|
28 |
+
Transcription (little error there):
|
29 |
+
**creavit deus chaelum et terram** (In the beggining God created the heaven and the earth)
|
30 |
+
|
31 |
+
|
32 |
+
It achieves the following results on the evaluation set of my dataset [Latin Youtube](https://huggingface.co/datasets/thiagolira/LatinYoutube):
|
33 |
- Loss: 0.5395
|
34 |
- Wer: 0.2220
|
35 |
|