Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ To use this model, you'll need to install the Hugging Face Transformers library
|
|
24 |
```bash
|
25 |
pip install transformers
|
26 |
|
27 |
-
|
28 |
|
29 |
You can easily load the pre-trained model for sentiment analysis using Hugging Face's AutoModelForSequenceClassification.
|
30 |
|
|
|
24 |
```bash
|
25 |
pip install transformers
|
26 |
|
27 |
+
### Model Loading
|
28 |
|
29 |
You can easily load the pre-trained model for sentiment analysis using Hugging Face's AutoModelForSequenceClassification.
|
30 |
|