sarahwei commited on
Commit
e0a5470
·
verified ·
1 Parent(s): 57d25e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -19,4 +19,44 @@ configs:
19
  data_files:
20
  - split: train
21
  path: data/train-*
 
 
 
 
22
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  data_files:
20
  - split: train
21
  path: data/train-*
22
+ language:
23
+ - nan
24
+ task_categories:
25
+ - automatic-speech-recognition
26
  ---
27
+ # Taiwanese-Minnan-Sutiau Dataset
28
+ The dataset consists of a curated collection of words that resemble tokens in Taiwanese Minnan (Taiwanese Hokkien), aimed at enhancing the recognition and processing of the language for various applications. Sourced from the Ministry of Education in Taiwan, this dataset serves as a valuable linguistic resource for researchers and developers engaged in language processing and recognition tasks.
29
+
30
+ Dataset Features
31
+ - Source: Ministry of Education, Taiwan (Sutian Resource Center)
32
+ - Text: [kautian.ods](https://sutian.moe.edu.tw/und-hani/siongkuantsuguan/)
33
+ - Wav: [sutiau-wav.zip](https://sutian.moe.edu.tw/und-hani/siongkuantsuguan/)
34
+ - Content: The dataset includes a compilation of commonly used Taiwanese Minnan words that resemble tokens, formatted for seamless integration into language processing systems.
35
+ - Data Cleaning: Some entries have been removed due to the unexisting wav file. This curation process ensures that the dataset maintains a focus on clear and existing wav file in Taiwanese Minnan.
36
+ # Curation Process
37
+ The dataset has been meticulously curated to ensure high quality and relevance. It encompasses a variety of words that reflect common usage in Taiwanese Minnan, making it an essential resource for developing language recognition models.
38
+
39
+ Using the Dataset
40
+ You can easily download and utilize the Taiwanese Minnan Token-like Words dataset with Hugging Face's datasets library:
41
+ ```py
42
+ from datasets import load_dataset
43
+
44
+ # The entire dataset is available for use
45
+ dataset = load_dataset("sarahwei/Taiwanese-Minnan-Sutiau")
46
+ print(dataset)
47
+ ```
48
+
49
+ # References
50
+ 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.
51
+
52
+ This dataset is released 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:
53
+
54
+ ```
55
+ @misc{sarahwei_taiwanese_minnan_token_words_2024,
56
+ author = {Chieh Hui Wei},
57
+ title = {Taiwanese Minnan Token-like Words},
58
+ year = {2024},
59
+ publisher = {Hugging Face},
60
+ howpublished = {\url{https://huggingface.co/datasets/sarahwei/Taiwanese-Minnan-Sutiau}}
61
+ }
62
+ ```