Varnikasiva commited on
Commit
4a4d8b6
·
verified ·
1 Parent(s): 7e036fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -63,7 +63,9 @@ sentiment_analysis = pipeline("sentiment-analysis", model="your_huggingface_user
63
  result = sentiment_analysis("I feel great today!")
64
  print(result) # Output: [{'label': 'happy'}]
65
 
66
- ## Decoded Image
 
 
67
 
68
  ![Overview](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/model_overview.png)
69
 
 
63
  result = sentiment_analysis("I feel great today!")
64
  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