Calvin-Xu commited on
Commit
929fc96
·
verified ·
1 Parent(s): 72d4be7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ A more aggressively cleaned up version of [Calvin-Xu/Furigana-Aozora-Speech](htt
16
 
17
  The Whisper-generated transcriptions in the original dataset contains many errors. Some sanity-checking is implemented to filter on reading of common kanji and eliminate wildly inaccurate entries.
18
 
19
- Additionally as recognized by the original dataset authors, the consonant voicing (連濁) of many words, especially numbers / number + counters, is incorrect. Such words' readings were fixed in the training data (i.e., 十匹: じゅうひき -> じっぴき).
20
 
21
  [Calvin-Xu/FLFL](https://huggingface.co/Calvin-Xu/FLFL/upload/main) is finetuned from [stockmark/gpt-neox-japanese-1.4b](https://huggingface.co/stockmark/gpt-neox-japanese-1.4b) and trained for slightly over one epoch on these data.
22
 
 
16
 
17
  The Whisper-generated transcriptions in the original dataset contains many errors. Some sanity-checking is implemented to filter on reading of common kanji and eliminate wildly inaccurate entries.
18
 
19
+ Additionally as recognized by the original dataset authors, the consonant voicing (連濁) of many words, especially numbers / number + counters, is incorrect. Such words' readings were transformed in the training data (i.e., 十匹: じゅうひき -> じっぴき).
20
 
21
  [Calvin-Xu/FLFL](https://huggingface.co/Calvin-Xu/FLFL/upload/main) is finetuned from [stockmark/gpt-neox-japanese-1.4b](https://huggingface.co/stockmark/gpt-neox-japanese-1.4b) and trained for slightly over one epoch on these data.
22