Update README.md
Browse files
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 |
-

|
| 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 |
+

|
| 57 |
+
|
| 58 |
**Example Usage:**
|
| 59 |
|
| 60 |
```python
|
|
|
|
| 69 |
|
| 70 |
|
| 71 |
|
|
|
|
| 72 |
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
|