doberst commited on
Commit
83c1822
1 Parent(s): 4befe47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ inference: false
11
 
12
  slim-emotions has been fine-tuned for **emotion analysis** function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
13
 
14
-     `{"emotion": ["proud"]}`
15
 
16
 
17
  SLIM models are designed to generate structured outputs that can be used programmatically as part of a multi-step, multi-model LLM-based automation workflow.
 
11
 
12
  slim-emotions has been fine-tuned for **emotion analysis** function calls, generating output consisting of a python dictionary corresponding to specified keys, e.g.:
13
 
14
+     `{"emotions": ["proud"]}`
15
 
16
 
17
  SLIM models are designed to generate structured outputs that can be used programmatically as part of a multi-step, multi-model LLM-based automation workflow.