Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ To use this model, you can load it from the Hugging Face Model Hub using the `tr
|
|
28 |
from transformers import pipeline
|
29 |
|
30 |
# Load the model
|
31 |
-
classifier = pipeline('sentiment-analysis', model='dorukan/
|
32 |
|
33 |
# Example usage
|
34 |
result = classifier("This movie was amazing!")
|
|
|
28 |
from transformers import pipeline
|
29 |
|
30 |
# Load the model
|
31 |
+
classifier = pipeline('sentiment-analysis', model='dorukan/distilbert-base-uncased-bert-finetuned-imdb')
|
32 |
|
33 |
# Example usage
|
34 |
result = classifier("This movie was amazing!")
|