boostcampaitech6 / level2-klue-nlp-01

level2-klue-nlp-01 created by GitHub Classroom
2 stars 1 forks source link

feat: preprocess with marker #7

Closed jaealways closed 8 months ago

jaealways commented 8 months ago

Marker로 전처리하는 파일을 정리했습니다. train-kde.py에서

x_train = preprocessing(load_data(args.train_path))

x_train = preprocessing_MARKER(load_data(args.train_path),method='em')

위를 아래처럼 바꾸면 바로 실행할 수 있습니다.