Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Min Nan Chinese
Size:
10K - 100K
License:
modify the python code
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ You can easily download and use the Taiwanese Minnan Example Sentences dataset w
|
|
46 |
from datasets import load_dataset
|
47 |
|
48 |
# The entire dataset is available for use
|
49 |
-
dataset = load_dataset("sarahwei/
|
50 |
print(dataset)
|
51 |
```
|
52 |
|
|
|
46 |
from datasets import load_dataset
|
47 |
|
48 |
# The entire dataset is available for use
|
49 |
+
dataset = load_dataset("sarahwei/Taiwanese-Minnan-Example-Sentences")
|
50 |
print(dataset)
|
51 |
```
|
52 |
|