TingChen-ppmc
commited on
Commit
·
db53e3a
1
Parent(s):
bebecc0
Update README.md
Browse files
README.md
CHANGED
@@ -50,6 +50,7 @@ corpus = train_split.train_test_split(test=0.5)
|
|
50 |
A sample data would be
|
51 |
|
52 |
```python
|
|
|
53 |
{'audio':
|
54 |
{'path': 'A0001_S001_0_G0001_0.WAV',
|
55 |
'array': array([-0.00030518, -0.00039673,
|
|
|
50 |
A sample data would be
|
51 |
|
52 |
```python
|
53 |
+
# note this data is from the Nanchang Dialect corpus, the data format is shared
|
54 |
{'audio':
|
55 |
{'path': 'A0001_S001_0_G0001_0.WAV',
|
56 |
'array': array([-0.00030518, -0.00039673,
|