Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -220,7 +220,8 @@ tuned result.
|
|
| 220 |
|
| 221 |
## Usage
|
| 222 |
|
| 223 |
-
Greedy, with
|
|
|
|
| 224 |
|
| 225 |
```python
|
| 226 |
import librosa
|
|
|
|
| 220 |
|
| 221 |
## Usage
|
| 222 |
|
| 223 |
+
Greedy, with `transformers`, `torch` and `librosa` — the architecture is `Wav2Vec2ForCTC`,
|
| 224 |
+
one of the library's own, so no `trust_remote_code` is needed:
|
| 225 |
|
| 226 |
```python
|
| 227 |
import librosa
|