aryashah00 commited on
Commit
c6089db
·
verified ·
1 Parent(s): 8ee8bc8

Upload gf_score/__init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. gf_score/__init__.py +12 -0
gf_score/__init__.py ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """
2
+ GF-Score: GREAT-Fairness Score
3
+ ===============================
4
+ Class-Conditional Robustness Disparity Analysis for
5
+ Fairness-Aware Global Adversarial Evaluation.
6
+
7
+ Extends the GREAT Score (NeurIPS 2024) with per-class robustness
8
+ decomposition, disparity metrics, and attack-free self-calibration.
9
+ """
10
+
11
+ __version__ = "0.1.0"
12
+ __author__ = "GF-Score Research Team"