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