https://soundprovider.tistory.com/category/NLP%20%EC%97%B0%EA%B5%AC%EB%93%A4
'NLP 연구들' 카테고리의 글 목록
이것저것
soundprovider.tistory.com
NLP 좋은 글(best)
Recent Advances in Language Model Fine-tuning (ruder.io)
Recent Advances in Language Model Fine-tuning
This article provides an overview of recent methods to fine-tune large pre-trained language models.
ruder.io
BERT Training 글
Training
pratical tips for Natural Language Processing
ratsgo.github.io
Prompt-based learning 좋은 글
Prompt-based learning with Transformers | Re:infer Docs (reinfer.io)
Prompt-based learning with Transformers | Re:infer Docs
We explore how to use prompt-based learning with Transformers, and discuss the pros and cons of this paradigm.
developers.reinfer.io
Brief Introduction to NLP Prompting | Finisky Garden
Brief Introduction to NLP Prompting
Prompting is one of the hottest NLP techniques. This is a brief introduction to prompting by three questions: what's prompting, why prompting and how to prompting. As a brief introduction, we do not c
finisky.github.io
PYTHON으로 GMAIL 보내는 법 (메일 자동화)
최근 아침 마다 확인할 작업들이 생겨서 자동화로 매일 아침 메일 알람을 주었음 해서 관련 코드를 찾아보았다. 파이썬 SMTP 라이브러리 활용하면 코드로 메일을 보낼 수 있다고 한다. gmail이 그
skyjwoo.tistory.com