kamilakesbi
commited on
Commit
•
1cd69cb
1
Parent(s):
34759c9
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ You can now use the pipeline on audio examples:
|
|
59 |
|
60 |
```python
|
61 |
# load dataset example
|
62 |
-
dataset = load_dataset("diarizers-community/callhome", "
|
63 |
sample = dataset[0]["audio"]
|
64 |
|
65 |
# pre-process inputs
|
|
|
59 |
|
60 |
```python
|
61 |
# load dataset example
|
62 |
+
dataset = load_dataset("diarizers-community/callhome", "zho", split="data")
|
63 |
sample = dataset[0]["audio"]
|
64 |
|
65 |
# pre-process inputs
|