wesleyacheng's picture
Update README.md
b759ea2
|
raw
history blame
782 Bytes
---
license: apache-2.0
datasets:
- tweet_eval
language:
- en
metrics:
- accuracy
- f1
pipeline_tag: text-classification
widget:
- text: I hate you
example_title: Angry Example
- text: I love you
example_title: Not Angry Example
---
First posted in my [Kaggle](https://www.kaggle.com/code/wesleyacheng/angry-birds-classifier).
I love the **Angry Birds** game! I used to play it day and night nonstop!
I made an 😡🐦 **ANGRY BIRDS Classifier** to classify **ANGRY Tweets**!
Here, I used the [Twitter Emotion Dataset](https://huggingface.co/datasets/tweet_eval) and [BERT](https://huggingface.co/docs/transformers/model_doc/bert) using [Transfer Learning](https://en.wikipedia.org/wiki/Transfer_learning) in native [PyTorch](https://en.wikipedia.org/wiki/PyTorch).