近年端到端語音辨識(End-to-End Speech Recognition)成為語音辨識的研究趨勢,許多研究致力於探索語音辨識更高的準確性,並且在各個著名的語料庫上達到更高的準確性。然而,這些高度的準確性建立在龐大的語料上,而世界上有許多少數語言,沒有充足的語料建立該種語言的語音辨識,所建構出的語音辨識往往準確性過低,因此,如何以少量的語料建立語音辨識系統一直是語音辨識上的一項議題。 本論文使用ESPnet toolkit實現序列對序列的(Sequence to Sequence, Seq2Seq)端到端語音辨識模型,以及Fairseq toolkit實現輔助語音辨識的無監督預訓練模型,利用無標籤的(Unlabeled)單一語音資料協助擷取語音特徵,並透過遷移學習(Transfer Learning),將建立於語料較充足的語音辨識模型遷移至語料較缺乏的客語語音辨識,以此建立一個較強健的低資源(Low Resource)客語語音辨識。 ;Recent years, end-to-end speech recognition become a popular architecture. Many research aim to improve accuracy in end-to-end speech recognition, and they achieve higher accuracy on various famous corpora indeed. However, there are many language which do not have enough data to build their speech recognition system in the world. The system often can not get a reliable result and can not be used in real-world. Therefore, how to build a reboust low-resource speech recognition is an important issue in speech recognition. This paper uses ESPnet toolkit to implement an end-to-end speech recognition model based on sequence-to-sequence architecture, and also uses Fairseq toolkit to implement an unsupervised pre-training model for assisted speech recognition. Using unlabeled speech data to help extract speech features, and transfer a speech recognition model based on sufficient corpus to Haaka speech recognition with less corpus through transfer learning. Establish a more robust low-resource Hakka speech recognition.