Datasets:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -59,6 +59,7 @@ In the metadata csv, each row is a sample representing the metadata of an audio,
|
|
59 |
- "split": the sample is in split, test, or validation section in the original dataset.
|
60 |
- "license": the license to use this sample.
|
61 |
|
|
|
62 |
|
63 |
```json
|
64 |
{
|
@@ -77,7 +78,6 @@ In the metadata csv, each row is a sample representing the metadata of an audio,
|
|
77 |
|
78 |
## Example Usage
|
79 |
|
80 |
-
|
81 |
```python
|
82 |
|
83 |
dataset= load_dataset("meetween/mumospee_small", trust_remote_code=True)
|
|
|
59 |
- "split": the sample is in split, test, or validation section in the original dataset.
|
60 |
- "license": the license to use this sample.
|
61 |
|
62 |
+
Here is an example sample:
|
63 |
|
64 |
```json
|
65 |
{
|
|
|
78 |
|
79 |
## Example Usage
|
80 |
|
|
|
81 |
```python
|
82 |
|
83 |
dataset= load_dataset("meetween/mumospee_small", trust_remote_code=True)
|