Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Nov 2, 2023
1 parent 1abd048 commit f4d6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml/review/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pandas as pd
import torch
from kobert_tokenizer import KoBERTTokenizer
from review.preprocessing import preprocessing
from preprocessing import preprocessing
from torch import nn
from tqdm.notebook import tqdm
from transformers import AdamW, BertModel
Expand Down

0 comments on commit f4d6a96

Please sign in to comment.