Instructions to use helinivan/dutch-sarcasm-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use helinivan/dutch-sarcasm-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="helinivan/dutch-sarcasm-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("helinivan/dutch-sarcasm-detector") model = AutoModelForSequenceClassification.from_pretrained("helinivan/dutch-sarcasm-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update dataset YAML metadata for model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
tags:
|
| 4 |
- bert
|
| 5 |
- sarcasm-detection
|
| 6 |
- text-classification
|
|
|
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
---
|
| 10 |
|
| 11 |
# Dutch Sarcasm Detector
|
|
|
|
| 1 |
---
|
| 2 |
+
language: nl
|
| 3 |
tags:
|
| 4 |
- bert
|
| 5 |
- sarcasm-detection
|
| 6 |
- text-classification
|
| 7 |
+
datasets: helinivan/sarcasm_headlines_multilingual
|
| 8 |
widget:
|
| 9 |
+
- text: We deden een man een nacht in een vat met cola en nu is hij dood
|
| 10 |
---
|
| 11 |
|
| 12 |
# Dutch Sarcasm Detector
|