sarahwei commited on
Commit
f6c45b3
·
verified ·
1 Parent(s): 2c9c5bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -15,9 +15,51 @@ dataset_info:
15
  num_examples: 15708
16
  download_size: 6513470111
17
  dataset_size: 6183761929.336
 
18
  configs:
19
  - config_name: default
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  num_examples: 15708
16
  download_size: 6513470111
17
  dataset_size: 6183761929.336
18
+ tags: minnan
19
  configs:
20
  - config_name: default
21
  data_files:
22
  - split: train
23
  path: data/train-*
24
+ task_categories:
25
+ - automatic-speech-recognition
26
+ language:
27
+ - nan
28
  ---
29
+
30
+ # Taiwanese Minnan Example Sentences
31
+ The dataset consists of a collection of example sentences designed to aid in recognizing Taiwanese Minnan (Taiwanese Hokkien) for automatic speech recognition (ASR) tasks. This dataset is sourced from the Ministry of Education in Taiwan and aims to provide valuable linguistic resources for researchers and developers working on speech recognition systems.
32
+
33
+ Dataset Features
34
+
35
+ - Source: Ministry of Education, Taiwan (Sutian Resource Center)
36
+ - Content: The dataset includes commonly used Taiwanese Minnan example sentences, formatted for easy integration into ASR systems.
37
+
38
+ Curation Process
39
+ The dataset was carefully curated to ensure high quality and relevance. It includes a variety of example sentences that reflect everyday usage of Taiwanese Minnan, making it a practical resource for training ASR models.
40
+
41
+ Using the Dataset
42
+ You can easily download and use the Taiwanese Minnan Example Sentences dataset with Hugging Face's datasets library:
43
+
44
+ ```py
45
+ from datasets import load_dataset
46
+
47
+ # The entire dataset is available for use
48
+ dataset = load_dataset("sarahwei/commonly_used_dic_taiwan_minnan_example_sentences")
49
+ print(dataset)
50
+ ```
51
+
52
+ # References
53
+ The original content is maintained by the Ministry of Education in Taiwan. For details regarding usage rights, please refer to the respective license information provided by the source.
54
+
55
+ We release this dataset under a Creative Commons Attribution-Noncommercial-ShareAlike (CC BY-NC-SA 4.0) license. If you use this dataset in your research or projects, please cite it as follows:
56
+
57
+ ```
58
+ @misc{sarahwei_taiwanese_minnan2024,
59
+ author = {Chieh Hui Wei},
60
+ title = {Taiwanese Minnan Example Sentences},
61
+ year = {2024},
62
+ publisher = {Hugging Face},
63
+ howpublished = {\url{https://huggingface.co/datasets/sarahwei/commonly_used_dic_taiwan_minnan_example_sentences}}
64
+ }
65
+ ```