Text Classification
- Text Classification은 NLP에서 매우 일반적인 작업
- 말 그대로 text를 분류하기 위한 작업
- Sentiment Analysis 또한 text classificaton에 포함된다.
[Text Classification with DistilBERT and 🤗]
DistilBERT의 경우, BERT에 비견되는 성능을 내지만 훨씬 작고 효율적이라는 강점이 존재한다.
https://github.com/V2LLAIN/NLP/blob/main/Text_Classification/Sentiment_Analysis.ipynb
GitHub - V2LLAIN/NLP
Contribute to V2LLAIN/NLP development by creating an account on GitHub.
github.com
'A.I > 자연어 처리' 카테고리의 다른 글
self.NLP(4). preview for NLP task (0) | 2023.06.30 |
---|---|
self.NLP(3-2). Transformer with pytorch (0) | 2023.06.30 |
self.NLP(3-1). Pytorch 기본설명. (0) | 2023.06.29 |
self.NLP(3). Transformer & etc. (0) | 2023.06.29 |
self.NLP(2). RNN의 한계와 Attention Mechanism (0) | 2023.06.29 |