File size: 782 Bytes
cd71a0c
737a6d8
 
 
 
 
 
 
 
 
 
 
 
 
 
b759ea2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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).