Instructions to use jimregan/psst-partial-timit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimregan/psst-partial-timit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jimregan/psst-partial-timit")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("jimregan/psst-partial-timit") model = AutoModelForCTC.from_pretrained("jimregan/psst-partial-timit") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- automatic-speech-recognition
|
| 7 |
datasets:
|
| 8 |
- jimregan/psst
|
| 9 |
-
-
|
| 10 |
---
|
| 11 |
|
| 12 |
This repository contains a number of experiments for the [PSST Challenge](https://psst.study/).
|
|
|
|
| 6 |
- automatic-speech-recognition
|
| 7 |
datasets:
|
| 8 |
- jimregan/psst
|
| 9 |
+
- timit_asr
|
| 10 |
---
|
| 11 |
|
| 12 |
This repository contains a number of experiments for the [PSST Challenge](https://psst.study/).
|