Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
size_categories:
|
| 5 |
+
- 1K<n<10K
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Sarcasm Dataset
|
| 9 |
+
This dataset contains sarcastic sentence along with their binary label
|
| 10 |
+
|
| 11 |
+
## Dataset Desciption:
|
| 12 |
+
|
| 13 |
+
- Number of Rows: 5,000
|
| 14 |
+
- Number of Columns: 2
|
| 15 |
+
- Column Names: 'Tweet', 'Slang (yes/no)'
|
| 16 |
+
- Description: The dataset contains tweets annotated for the use of slang. It includes a binary label ('yes' or 'no') indicating the presence of slang in each tweet.
|