wesleyacheng commited on
Commit
4bd4dbc
1 Parent(s): 5c77791

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -15,4 +15,12 @@ widget:
15
  example_title: Sadness Example
16
  - text: I hate you!
17
  example_title: Anger Example
18
- ---
 
 
 
 
 
 
 
 
 
15
  example_title: Sadness Example
16
  - text: I hate you!
17
  example_title: Anger Example
18
+ ---
19
+
20
+ Hello, I'm **Wesley**, nice to meet you! 👋
21
+
22
+ While I was making my **[Angry Birds Classifier](https://www.kaggle.com/code/wesleyacheng/angry-birds-classifier)** to classify if tweets are angry or not, I thought why don't we add **2** more emotions! **Joy and Sadness** into the mix!
23
+
24
+ Here I created a **Multiclass Text Classifier** that classifies tweets as either having **JOY, SADNESS, or ANGER**.
25
+
26
+ I used the [Twitter Emotion Dataset](https://huggingface.co/datasets/tweet_eval/viewer/emotion/train) and [BERT](https://huggingface.co/distilbert-base-uncased) to do [Transfer Learning](https://en.wikipedia.org/wiki/Transfer_learning) with [PyTorch](https://pytorch.org) and [HuggingFace](https://huggingface.co).