MatthewB245
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,7 @@ model="your-username/emotion-classification-model")
|
|
33 |
text = "I’m so happy today!"
|
34 |
result = classifier(text)
|
35 |
print(result)
|
|
|
36 |
```
|
37 |
|
38 |
## Limitations
|
|
|
33 |
text = "I’m so happy today!"
|
34 |
result = classifier(text)
|
35 |
print(result)
|
36 |
+
# Output: [{'label': 'LABEL_1', 'score': 0.9996680021286011}] ; which corresponds to 'joy' with a 99.9% accuracy
|
37 |
```
|
38 |
|
39 |
## Limitations
|