YamenRM commited on
Commit
ea9a40e
·
verified ·
1 Parent(s): d4b50fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-username/sarcasm-detector")
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!"