Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#808 from wangzhen38/del_kim_fix
Browse files Browse the repository at this point in the history
[BUG FIX]fix kim data reader
  • Loading branch information
frankwhzhang authored Jul 12, 2022
2 parents 162cd70 + 7b6d0dc commit f02874d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/match/kim/mind_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.
from datetime import datetime
import time
import nltk
nltk.download('punkt')
from nltk.tokenize import word_tokenize
import numpy as np
import os
Expand Down

0 comments on commit f02874d

Please sign in to comment.