ongaunjie commited on
Commit
c85de7c
1 Parent(s): 69a8f3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,9 +25,9 @@ To use this model, you'll need to install the Hugging Face Transformers library
25
  pip install transformers
26
  pip install torch
27
 
28
- ## Usage
 
29
  You can easily load the pre-trained model for sentiment analysis using Hugging Face's DistilBertForSequenceClassification and DistilBertTokenizerFast.
30
- ```bash
31
  pip install transformers
32
  pip install torch
33
 
 
25
  pip install transformers
26
  pip install torch
27
 
28
+ ##Usage
29
+
30
  You can easily load the pre-trained model for sentiment analysis using Hugging Face's DistilBertForSequenceClassification and DistilBertTokenizerFast.
 
31
  pip install transformers
32
  pip install torch
33