wesleyacheng
commited on
Commit
•
21315e5
1
Parent(s):
bfc14e4
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,23 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
pipeline_tag: text-classification
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
pipeline_tag: text-classification
|
11 |
+
widget:
|
12 |
+
- text: We should lock the door and scream that curse word we know.
|
13 |
+
example_title: Anger Tweet
|
14 |
+
- text: Whoa! No way! We are not eating that!
|
15 |
+
example_title: Disgust Tweet
|
16 |
+
- text: I sure am glad you told me earthquakes are a myth, Joy; otherwise, I’d be terrified right now.
|
17 |
+
example_title: Fear Tweet
|
18 |
+
- text: All right, everyone, fresh start. We are gonna have a good day, which will turn into a good week, which will turn into a good year, which turns into a good life!
|
19 |
+
example_title: Joy Tweet
|
20 |
+
- text: Crying helps me slow down and obsess over the weight of life's problems.
|
21 |
+
example_title: Sadness Tweet
|
22 |
+
---
|
23 |
+
|
24 |
+
First posted on my [Kaggle](https://www.kaggle.com/code/wesleyacheng/twitter-emotion-multilabel-classification-w-bert/notebook#Create-Custom-Dataset).
|
25 |
+
|
26 |
+
Hello, I'm Wesley, nice to meet you! 👋
|
27 |
+
|
28 |
+
Since adding **Joy** and **Sadnesss** with **Anger** in my [Twitter Emotion MultiClass Classifier Notebook](https://www.kaggle.com/code/wesleyacheng/twitter-emotion-classification-with-bert), I wanted to complete the Inside Out group with **Fear** and **Disgust**!
|
29 |
+
|
30 |
+
Here I made a Twitter Emotion MultiLabel Classifier by doing transfer learning on [BERT](https://huggingface.co/distilbert-base-uncased) with the [SemEval Twitter Dataset](https://huggingface.co/datasets/sem_eval_2018_task_1) in PyTorch and HuggingFace.
|