Varnikasiva commited on
Commit
3f8a778
·
verified ·
1 Parent(s): 4a4d8b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -51,6 +51,10 @@ Practitioners who can use the model to gauge emotional states based on textual d
51
 
52
  This model can be used directly for sentiment analysis tasks by leveraging the Hugging Face Transformers library. Users can input text data and receive sentiment classifications without the need for additional fine-tuning.
53
 
 
 
 
 
54
  **Example Usage:**
55
 
56
  ```python
@@ -65,9 +69,7 @@ print(result) # Output: [{'label': 'happy'}]
65
 
66
 
67
 
68
- **Decoded Image**
69
 
70
- ![Overview](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/model_overview.png)
71
 
72
 
73
 
 
51
 
52
  This model can be used directly for sentiment analysis tasks by leveraging the Hugging Face Transformers library. Users can input text data and receive sentiment classifications without the need for additional fine-tuning.
53
 
54
+ **Decoded Image**
55
+
56
+ ![Overview](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/model_overview.png)
57
+
58
  **Example Usage:**
59
 
60
  ```python
 
69
 
70
 
71
 
 
72
 
 
73
 
74
 
75