소스 검색

Add nltk to ALBERT example's requirements (#251)

nltk is used by the `tokenize_wikitext103.py` script but is missing in the requirements.
Aleksandr Borzunov 4 년 전
부모
커밋
08ee017f0f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/albert/requirements.txt

+ 1 - 0
examples/albert/requirements.txt

@@ -4,3 +4,4 @@ torch_optimizer>=0.1.0
 wandb>=0.10.26
 sentencepiece
 whatsmyip
+nltk>=3.6.2