ongaunjie commited on
Commit
d78247c
1 Parent(s): 47df084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ## Model Loading
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