소개
트랜스포머 아키텍처
를 기반으로 함주요 특징
논문 링크
[CLS]
: 시작 토큰[SEP]
: 문장 끝 또는 문장 구분을 나타내는 구분 토큰['[CLS]', here', 'is', 'the', 'sentence', '[SEP]']
Segment ID = 0
Segment ID = 1
InputEmbedding = TokenEmbedding + SegmentEmbedding + PositionEmbedding
사전학습된 모델을 특정 도메인에 맞게 추가 학습시키는 방법
Sentence Pair Classification(문장 쌍 분류)
Single Sentence Classification
Question Answering
Single Sentence Tagging
John: PERSON, New York: LOCATION