lIlBrother commited on
Commit
a9cc6e3
1 Parent(s): ddbced5

Update: KenLM추가로 README 수정

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -40,6 +40,7 @@ del-1s의 의미는 1초 이하의 데이터 필터링을 의미합니다. <br /
40
  Just using `load_metric("wer")` and `load_metric("wer")` in huggingface `datasets` library <br />
41
 
42
  ## How to Get Started With the Model
 
43
  ```python
44
  import librosa
45
  from pyctcdecode import build_ctcdecoder
40
  Just using `load_metric("wer")` and `load_metric("wer")` in huggingface `datasets` library <br />
41
 
42
  ## How to Get Started With the Model
43
+ KenLM과 혼용된 Wav2Vec2ProcessorWithLM 예제를 보시려면 [42maru-kenlm 예제](https://huggingface.co/42MARU/ko-ctc-kenlm-spelling-only-wiki)를 참고하세요
44
  ```python
45
  import librosa
46
  from pyctcdecode import build_ctcdecoder