Update README.md
Browse files
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="
|
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."
|