Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ This is a fine-tuned [DistilBERT](https://huggingface.co/distilbert-base-uncased
|
|
| 30 |
from transformers import pipeline
|
| 31 |
|
| 32 |
# Load the model from HF Hub
|
| 33 |
-
classifier = pipeline("text-classification", model="
|
| 34 |
|
| 35 |
# Example
|
| 36 |
text = "Oh great, another Monday morning meeting!"
|
|
|
|
| 30 |
from transformers import pipeline
|
| 31 |
|
| 32 |
# Load the model from HF Hub
|
| 33 |
+
classifier = pipeline("text-classification", model="YamenRM/sarcasm-detector")
|
| 34 |
|
| 35 |
# Example
|
| 36 |
text = "Oh great, another Monday morning meeting!"
|