VinAIResearch / BERTweet

BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
MIT License
573 stars 52 forks source link

How do I perform sentiment analysis using it? #3

Closed gaganmanku96 closed 4 years ago

datquocnguyen commented 4 years ago

We will release our scripts to reproduce our results soon (after emnlp&coling deadlines). It should not be difficult to make minor changes to https://github.com/huggingface/transformers/blob/master/examples/text-classification/run_glue.py with the sst-2 task_name See: https://github.com/huggingface/transformers/tree/master/examples/text-classification

yxchng commented 3 years ago

@datquocnguyen any updates on this?

jsherrah commented 3 years ago

@datquocnguyen thanks for your code. When will you release the scripts for downstream tasks?