ChristophSchuhmann commited on
Commit
1352116
·
verified ·
1 Parent(s): efff45a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -1,9 +1,7 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
4
- Okay, I've updated the README.md with the corrected author list you provided and made the requested changes to the code example.
5
 
6
- Here's the revised README.md:
7
 
8
  # Empathic-Insight-Face-Large
9
 
@@ -183,7 +181,7 @@ if embedding_tensor is not None and emotion_mlps:
183
  print(f"{emotion:<35}: Mean-Subtracted = {scores['mean_subtracted_score']:.4f} (Raw = {scores['raw_score']:.4f}, Neutral Mean = {scores['neutral_mean']:.4f})")
184
  else:
185
  print("Skipping inference as either embedding tensor is None or no MLP models were loaded.")
186
-
187
  Performance on EMoNet-FACE HQ Benchmark
188
 
189
  The Empathic-Insight-Face models demonstrate strong performance, achieving near human-expert-level agreement on the EMoNet-FACE HQ benchmark.
 
1
  ---
2
  license: cc-by-4.0
3
  ---
 
4
 
 
5
 
6
  # Empathic-Insight-Face-Large
7
 
 
181
  print(f"{emotion:<35}: Mean-Subtracted = {scores['mean_subtracted_score']:.4f} (Raw = {scores['raw_score']:.4f}, Neutral Mean = {scores['neutral_mean']:.4f})")
182
  else:
183
  print("Skipping inference as either embedding tensor is None or no MLP models were loaded.")
184
+ ```
185
  Performance on EMoNet-FACE HQ Benchmark
186
 
187
  The Empathic-Insight-Face models demonstrate strong performance, achieving near human-expert-level agreement on the EMoNet-FACE HQ benchmark.