Automatic Speech Recognition
Transformers
PyTorch
Safetensors
English
speecht5
audio
speech
speech2text
ASR
asr
ASR-punctuation-sensitive
encoder-decoder-for-asr
Instructions to use seba3y/speecht5-asr-punctuation-sensitive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seba3y/speecht5-asr-punctuation-sensitive with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="seba3y/speecht5-asr-punctuation-sensitive")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("seba3y/speecht5-asr-punctuation-sensitive") model = AutoModelForSpeechSeq2Seq.from_pretrained("seba3y/speecht5-asr-punctuation-sensitive") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,32 +66,41 @@ recordings from English TED Talks, which are automatically aligned at the senten
|
|
| 66 |
|
| 67 |
**Datasplits:**
|
| 68 |
- set: dev
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
- set: tst-COMMON
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
|
|
|
|
|
|
| 81 |
|
| 82 |
- set: tst-HE
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
|
|
|
|
|
|
| 88 |
|
| 89 |
- set: train
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
|
|
|
|
|
|
| 95 |
|
| 96 |
|
| 97 |
#### Hyperparameters
|
|
|
|
| 66 |
|
| 67 |
**Datasplits:**
|
| 68 |
- set: dev
|
| 69 |
+
| | |
|
| 70 |
+
|-|-|
|
| 71 |
+
|talks| 11|
|
| 72 |
+
|sentences|1073|
|
| 73 |
+
|words src|24274|
|
| 74 |
+
|words tgt|21387|
|
| 75 |
+
|time|2h28m34s|
|
| 76 |
+
|
| 77 |
|
| 78 |
- set: tst-COMMON
|
| 79 |
+
| | |
|
| 80 |
+
|-|-|
|
| 81 |
+
|talks| 27|
|
| 82 |
+
|sentences|2019|
|
| 83 |
+
|words src|41955|
|
| 84 |
+
|words tgt|36443|
|
| 85 |
+
|time|4h04m39s|
|
| 86 |
|
| 87 |
- set: tst-HE
|
| 88 |
+
| | |
|
| 89 |
+
|-|-|
|
| 90 |
+
|talks| 12|
|
| 91 |
+
|sentences|578|
|
| 92 |
+
|words src|13080|
|
| 93 |
+
|words tgt|10912|
|
| 94 |
+
|time|1h26m51s|
|
| 95 |
|
| 96 |
- set: train
|
| 97 |
+
| | |
|
| 98 |
+
|-|-|
|
| 99 |
+
|talks| 2412|
|
| 100 |
+
|sentences|212085|
|
| 101 |
+
|words src|4520522|
|
| 102 |
+
|words tgt|4000457|
|
| 103 |
+
|time|463h15m44s|
|
| 104 |
|
| 105 |
|
| 106 |
#### Hyperparameters
|