AdamCodd commited on
Commit
77e5323
1 Parent(s): ad447c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -80,6 +80,7 @@ result = emotion_classifier("We are delighted that you will be coming to visit u
80
  print(result)
81
  #[{'label': 'joy', 'score': 0.9983291029930115}]
82
  ```
 
83
 
84
  ## Training and evaluation data
85
 
 
80
  print(result)
81
  #[{'label': 'joy', 'score': 0.9983291029930115}]
82
  ```
83
+ This model faces challenges in accurately categorizing negative sentences, as well as those containing elements of sarcasm or irony. These limitations are largely attributable to DistilBERT's constrained capabilities in semantic understanding. Although the model is generally proficient in emotion detection tasks, it may lack the nuance necessary for interpreting complex emotional nuances.
84
 
85
  ## Training and evaluation data
86