ljchang commited on
Commit
4da18af
·
verified ·
1 Parent(s): f487678

Upload competitors/openface3_disfaplus.json with huggingface_hub

Browse files
competitors/openface3_disfaplus.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "openface3",
3
+ "date": "2026-05-21T14:04:57.899902",
4
+ "host": "liquidswords2",
5
+ "dataset": "disfaplus",
6
+ "subset_size": 0,
7
+ "n_predicted": 57668,
8
+ "au_threshold": 0.5,
9
+ "predicted_aus": [
10
+ "AU01",
11
+ "AU02",
12
+ "AU04",
13
+ "AU06",
14
+ "AU09",
15
+ "AU12",
16
+ "AU25",
17
+ "AU26"
18
+ ],
19
+ "missing_aus": [
20
+ "AU05",
21
+ "AU15",
22
+ "AU17",
23
+ "AU20"
24
+ ],
25
+ "per_au_f1": {
26
+ "AU01": 0.847568800798517,
27
+ "AU02": 0.6899455684502414,
28
+ "AU04": 0.835449130617893,
29
+ "AU05": NaN,
30
+ "AU06": 0.4202059833251594,
31
+ "AU09": 0.8015983321751217,
32
+ "AU12": 0.737450462351387,
33
+ "AU15": NaN,
34
+ "AU17": NaN,
35
+ "AU20": NaN,
36
+ "AU25": 0.9338434560816197,
37
+ "AU26": 0.5919395465994962
38
+ },
39
+ "mean_f1_predicted_aus_only": 0.7322501600499294,
40
+ "mean_f1_12au_treating_missing_as_zero": 0.48816677336661957,
41
+ "note": "Earlier run double-sigmoided the model output. Corrected: MLT's au_regressor Head returns [0,1] probabilities, use directly."
42
+ }