ongaunjie commited on
Commit
fa15d2a
1 Parent(s): d78247c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ pip install transformers
28
 
29
  You can easily load the pre-trained model for sentiment analysis using Hugging Face's AutoModelForSequenceClassification.
30
 
31
- ```python
32
  from transformers import DistilBertForSequenceClassification, DistilBertTokenizerFast
33
 
34
  model_name = "ongaunjie/distilbert-cloths-sentiment" # Replace with a valid model name from Hugging Face's model hub
 
28
 
29
  You can easily load the pre-trained model for sentiment analysis using Hugging Face's AutoModelForSequenceClassification.
30
 
31
+ ```bash
32
  from transformers import DistilBertForSequenceClassification, DistilBertTokenizerFast
33
 
34
  model_name = "ongaunjie/distilbert-cloths-sentiment" # Replace with a valid model name from Hugging Face's model hub