Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ Dutch Sarcasm Detector is a text classification model built to detect sarcasm fr
|
|
| 17 |
0 -> Not Sarcastic;
|
| 18 |
1 -> Sarcastic
|
| 19 |
|
| 20 |
-
##
|
| 21 |
|
| 22 |
Datasets:
|
| 23 |
- Dutch non-sarcastic data: [Kaggle: Dutch News Articles](https://www.kaggle.com/datasets/maxscheijen/dutch-news-articles)
|
|
@@ -25,7 +25,11 @@ Datasets:
|
|
| 25 |
Scraped data:
|
| 26 |
- Dutch sarcastic news from [De Speld](https://speld.nl)
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
- Git Repo: [Official repository](https://github.com/helinivan/multilingual-sarcasm-detector)
|
| 30 |
|
| 31 |
---
|
|
|
|
| 17 |
0 -> Not Sarcastic;
|
| 18 |
1 -> Sarcastic
|
| 19 |
|
| 20 |
+
## Source Data
|
| 21 |
|
| 22 |
Datasets:
|
| 23 |
- Dutch non-sarcastic data: [Kaggle: Dutch News Articles](https://www.kaggle.com/datasets/maxscheijen/dutch-news-articles)
|
|
|
|
| 25 |
Scraped data:
|
| 26 |
- Dutch sarcastic news from [De Speld](https://speld.nl)
|
| 27 |
|
| 28 |
+
|
| 29 |
+
## Training Dataset
|
| 30 |
+
- [helinivan/sarcasm_headlines_multilingual](https://huggingface.co/datasets/helinivan/sarcasm_headlines_multilingual)
|
| 31 |
+
|
| 32 |
+
## Codebase:
|
| 33 |
- Git Repo: [Official repository](https://github.com/helinivan/multilingual-sarcasm-detector)
|
| 34 |
|
| 35 |
---
|