Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# DistilBERT for Sarcasm Detection 🎭
|
| 2 |
|
| 3 |
This is a fine-tuned [DistilBERT](https://huggingface.co/distilbert-base-uncased) model on the **News Headlines Dataset for Sarcasm Detection**.
|
|
@@ -41,5 +46,4 @@ print(classifier(text))
|
|
| 41 |
|
| 42 |
## ✨ Author
|
| 43 |
|
| 44 |
-
Trained and uploaded by **YamenRM .**
|
| 45 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
# DistilBERT for Sarcasm Detection 🎭
|
| 7 |
|
| 8 |
This is a fine-tuned [DistilBERT](https://huggingface.co/distilbert-base-uncased) model on the **News Headlines Dataset for Sarcasm Detection**.
|
|
|
|
| 46 |
|
| 47 |
## ✨ Author
|
| 48 |
|
| 49 |
+
Trained and uploaded by **YamenRM .**
|
|
|