Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NLP(RNN, LSTM, BERT, Distrilbert) model raw dataset inference code #66

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jungae-park
Copy link
Contributor

NLP 모델에 대해 raw dataset 1개 추론 코드를 작성하였습니다.

rnn, lstm 모델에 대해 imdb 데이터 중 영화 긍정 혹은 부정 리뷰 문장 추론 코드
nlp raw sentence inference
raw data 전처리 방법 변경
bert raw dataset inference code
distrilbert raw dataset inference code
@jungae-park jungae-park self-assigned this Mar 13, 2023
@jungae-park jungae-park linked an issue Mar 13, 2023 that may be closed by this pull request
@kmu-leeky kmu-leeky requested a review from kh3654po March 13, 2023 03:23
Copy link
Member

@kmu-leeky kmu-leeky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전처리 부분에 복잡한 절차들이 많구나. 코드 상으로는 큰 이슈는 없는것 같아. @kh3654po 이도 같이 한번 보면서 전처리 단에서 어떤 작업을 하는 지 위주로 같이 한번 공부해보자.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

edge 장비에서 cnn, nlp 모델 추론 가능성 test
2 participants