VinAIResearch/BERTweet
BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
BERTweet is a specialized language model designed for understanding English Tweets. It takes raw Tweet text as input and produces an encoded representation that can be used for various analyses, such as identifying sentiment, recognizing named entities, or classifying content. This tool is for data scientists and NLP researchers who need to process and gain insights from large volumes of social media data, particularly from Twitter.
605 stars. No commits in the last 6 months.
Use this if you need a highly accurate language model specifically trained on the nuances and informal language of English Tweets for tasks like social media monitoring or trend analysis.
Not ideal if your primary data source is not Twitter, or if you require a language model trained on formal text like news articles or academic papers.
Stars
605
Forks
54
Language
Python
License
MIT
Category
Last pushed
Jul 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/VinAIResearch/BERTweet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yongzhuo/Pytorch-NLU
中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text...
aniass/Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning...
hppRC/bert-classification-tutorial
【2023年版】BERTによるテキスト分類
zhanlaoban/Transformers_for_Text_Classification
基于Transformers的文本分类
artitw/text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language...