Instructions to use speechbrain/asr-wav2vec2-ctc-aishell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-ctc-aishell with speechbrain:
# interface not specified in config.json
- Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by JusperLee - opened
README.md
CHANGED
|
@@ -72,7 +72,7 @@ The model was trained with SpeechBrain (Commit hash: '480dde87').
|
|
| 72 |
To train it from scratch follow these steps:
|
| 73 |
1. Clone SpeechBrain:
|
| 74 |
```bash
|
| 75 |
-
git clone https://github.com/speechbrain/speechbrain
|
| 76 |
```
|
| 77 |
2. Install it:
|
| 78 |
```bash
|
|
|
|
| 72 |
To train it from scratch follow these steps:
|
| 73 |
1. Clone SpeechBrain:
|
| 74 |
```bash
|
| 75 |
+
git clone https://github.com/speechbrain/speechbrain.git
|
| 76 |
```
|
| 77 |
2. Install it:
|
| 78 |
```bash
|