MatthewB245 commited on
Commit
c40b512
·
verified ·
1 Parent(s): 27daaef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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