dorukan commited on
Commit
96e53d7
·
verified ·
1 Parent(s): c88900a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/distil-bert-imdb')
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!")