Julien Simon
commited on
Commit
•
660e621
1
Parent(s):
422a8b5
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ The repository includes sample files that I recorded (WAV, 16Khz sampling rate,
|
|
50 |
[{'score': 0.5276530981063843, 'label': 'marvin'}, {'score': 0.04645705968141556, 'label': 'down'}, {'score': 0.038583893328905106, 'label': 'backward'}, {'score': 0.03578080236911774, 'label': 'wow'}, {'score': 0.03178196772933006, 'label': 'bird'}]
|
51 |
```
|
52 |
|
53 |
-
You can also use with the ```Auto```API:
|
54 |
|
55 |
```
|
56 |
>>> import torch, librosa
|
|
|
50 |
[{'score': 0.5276530981063843, 'label': 'marvin'}, {'score': 0.04645705968141556, 'label': 'down'}, {'score': 0.038583893328905106, 'label': 'backward'}, {'score': 0.03578080236911774, 'label': 'wow'}, {'score': 0.03178196772933006, 'label': 'bird'}]
|
51 |
```
|
52 |
|
53 |
+
You can also use them model with the ```Auto```API:
|
54 |
|
55 |
```
|
56 |
>>> import torch, librosa
|