PocketChen/SJTU_NIS4307_intro2ai_bertweet
06
SJTU NIS4307 Intro to AI BERTweet Model
English
This model repository contains a fine-tuned BERTweet binary text classification model for the SJTU NIS4307 Introduction to AI course project.
The model predicts:
LABEL_0: non-rumor / real / supported contentLABEL_1: rumor / fake / refuted content
Architecture
The model is based on vinai/bertweet-base, a RoBERTa-style Transformer encoder pretrained on English tweets.
Input text
-> BERTweet tokenizer
-> BERTweet Transformer encoder
-> pooled / classification representation
-> dropout
-> linear classification head
-> logits for labels 0 and 1