Skip to content

Commit

Permalink
Update predict.py (PaddlePaddle#3602)
Browse files Browse the repository at this point in the history
Delete unnecessary package

Co-authored-by: w5688414 <w5688414@gmail.com>
  • Loading branch information
chenxiangzhen and w5688414 authored Nov 2, 2022
1 parent 228c58a commit 6eb6937
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from paddlenlp.transformers import AutoTokenizer, AutoModel, AutoModelForSequenceClassification

from data import convert_example, read_text_pair, create_dataloader
from model import CrossEncoder

# yapf: disable
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 6eb6937

Please sign in to comment.