Update README.md
Browse files
README.md
CHANGED
|
@@ -63,11 +63,6 @@ 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 |
-
## File References
|
| 67 |
-
|
| 68 |
-
- **JSON Image:** [View JSON Image](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/image.json)
|
| 69 |
-
- **Decode Script:** [Download decode.py](https://huggingface.co/Varnikasiva/sentiment-classification-bert-mini/resolve/main/decode.py)
|
| 70 |
-
|
| 71 |
## Decoded Image
|
| 72 |
|
| 73 |

|
|
|
|
| 63 |
result = sentiment_analysis("I feel great today!")
|
| 64 |
print(result) # Output: [{'label': 'happy'}]
|
| 65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
## Decoded Image
|
| 67 |
|
| 68 |

|