riturajpandey739 commited on
Commit
2d26800
·
verified ·
1 Parent(s): 64baa65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ You can use the model with the Hugging Face `pipeline` API to classify the senti
48
  from transformers import pipeline
49
 
50
  # Load the fine-tuned model
51
- classifier = pipeline("text-classification", model="your-username/gpt2-sentiment-analysis-tweets")
52
 
53
  # Example text for sentiment classification
54
  text = "This product is amazing! I absolutely love it."
 
48
  from transformers import pipeline
49
 
50
  # Load the fine-tuned model
51
+ classifier = pipeline("text-classification", model="riturajpandey739/gpt2-sentiment-analysis-tweets")
52
 
53
  # Example text for sentiment classification
54
  text = "This product is amazing! I absolutely love it."