Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
wav2vec2-bert
Generated from Trainer
Instructions to use thiagolira/CiceroASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thiagolira/CiceroASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="thiagolira/CiceroASR")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("thiagolira/CiceroASR") model = AutoModelForCTC.from_pretrained("thiagolira/CiceroASR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ Example from the Aeneid:
|
|
| 26 |
Transcription:
|
| 27 |
**arma virumque cano** (Of arms and men I sing)
|
| 28 |
|
| 29 |
-
Example from
|
| 30 |
<video controls src="https://cdn-uploads.huggingface.co/production/uploads/5fc7944e8a82cc0bcf7cc51d/9Q6DfG2h8FkABnl55DLBH.webm"></video>
|
| 31 |
Transcription (little error there):
|
| 32 |
**creavit deus chaelum et terram** (In the beggining God created the heaven and the earth)
|
|
|
|
| 26 |
Transcription:
|
| 27 |
**arma virumque cano** (Of arms and men I sing)
|
| 28 |
|
| 29 |
+
Example from Genesis:
|
| 30 |
<video controls src="https://cdn-uploads.huggingface.co/production/uploads/5fc7944e8a82cc0bcf7cc51d/9Q6DfG2h8FkABnl55DLBH.webm"></video>
|
| 31 |
Transcription (little error there):
|
| 32 |
**creavit deus chaelum et terram** (In the beggining God created the heaven and the earth)
|