Spaces:
Running
Running
Upload gf_score/__init__.py with huggingface_hub
Browse files- 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"
|