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") - Notebooks
- Google Colab
- Kaggle
Upload 6 files
Browse files- pytorch_model.bin +1 -1
- training_args.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 436626797
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b1c47e3f944b79b13c590687377ae946269eedda09e00dbd5c3fda4dcd96005
|
| 3 |
size 436626797
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ffb93bf2baf5a2a8d2b68af730f2b4114260c99a47b4dfa45b7358b74ea86a
|
| 3 |
+
size 3375
|