Commit
·
b759ea2
1
Parent(s):
737a6d8
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,4 +13,12 @@ widget:
|
|
| 13 |
example_title: Angry Example
|
| 14 |
- text: I love you
|
| 15 |
example_title: Not Angry Example
|
| 16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
example_title: Angry Example
|
| 14 |
- text: I love you
|
| 15 |
example_title: Not Angry Example
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
First posted in my [Kaggle](https://www.kaggle.com/code/wesleyacheng/angry-birds-classifier).
|
| 19 |
+
|
| 20 |
+
I love the **Angry Birds** game! I used to play it day and night nonstop!
|
| 21 |
+
|
| 22 |
+
I made an 😡🐦 **ANGRY BIRDS Classifier** to classify **ANGRY Tweets**!
|
| 23 |
+
|
| 24 |
+
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).
|