Spaces:
Sleeping
Sleeping
Dyuti Dasmahapatra commited on
Commit Β·
a1b1ca8
1
Parent(s): 5826098
docs: improve top navigation anchors and labels
Browse files
README.md
CHANGED
|
@@ -1,14 +1,3 @@
|
|
| 1 |
-
# ---
|
| 2 |
-
title: "ViT Auditing Toolkit"
|
| 3 |
-
emoji: "π―"
|
| 4 |
-
colorFrom: "indigo"
|
| 5 |
-
colorTo: "cyan"
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: "4.19.0"
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
# π― ViT Auditing Toolkit
|
| 13 |
|
| 14 |
<div align="center">
|
|
@@ -21,7 +10,7 @@ pinned: false
|
|
| 21 |
|
| 22 |
**A Comprehensive Explainability and Validation Dashboard for Vision Transformers**
|
| 23 |
|
| 24 |
-
[π Live Demo](#) | [π
|
| 25 |
|
| 26 |
<img src="assets/dashboard.png" alt="Dashboard Preview" width="800"/>
|
| 27 |
|
|
@@ -60,6 +49,7 @@ We encourage researchers and practitioners to use this toolkit as a **starting p
|
|
| 60 |
|
| 61 |
---
|
| 62 |
|
|
|
|
| 63 |
## β¨ Features
|
| 64 |
|
| 65 |
### π¬ Basic Explainability
|
|
@@ -92,6 +82,7 @@ Identify performance disparities across different data subgroups:
|
|
| 92 |
|
| 93 |
---
|
| 94 |
|
|
|
|
| 95 |
## π Live Demo
|
| 96 |
|
| 97 |
Try the toolkit instantly on Hugging Face Spaces:
|
|
@@ -142,6 +133,7 @@ See [examples/README.md](examples/README.md) for detailed image descriptions and
|
|
| 142 |
|
| 143 |
---
|
| 144 |
|
|
|
|
| 145 |
## π― Usage Guide
|
| 146 |
|
| 147 |
### Quick Start (3 Steps)
|
|
@@ -443,6 +435,7 @@ See `requirements.txt` for complete list with version constraints.
|
|
| 443 |
|
| 444 |
---
|
| 445 |
|
|
|
|
| 446 |
## π€ Contributing
|
| 447 |
|
| 448 |
Contributions are welcome! Here's how you can help:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π― ViT Auditing Toolkit
|
| 2 |
|
| 3 |
<div align="center">
|
|
|
|
| 10 |
|
| 11 |
**A Comprehensive Explainability and Validation Dashboard for Vision Transformers**
|
| 12 |
|
| 13 |
+
[π Live Demo](#live-demo) | [π Features](#features) | [π‘ Usage Guide](#usage-guide) | [π€ Contributing](#contributing)
|
| 14 |
|
| 15 |
<img src="assets/dashboard.png" alt="Dashboard Preview" width="800"/>
|
| 16 |
|
|
|
|
| 49 |
|
| 50 |
---
|
| 51 |
|
| 52 |
+
<a id="features"></a>
|
| 53 |
## β¨ Features
|
| 54 |
|
| 55 |
### π¬ Basic Explainability
|
|
|
|
| 82 |
|
| 83 |
---
|
| 84 |
|
| 85 |
+
<a id="live-demo"></a>
|
| 86 |
## π Live Demo
|
| 87 |
|
| 88 |
Try the toolkit instantly on Hugging Face Spaces:
|
|
|
|
| 133 |
|
| 134 |
---
|
| 135 |
|
| 136 |
+
<a id="usage-guide"></a>
|
| 137 |
## π― Usage Guide
|
| 138 |
|
| 139 |
### Quick Start (3 Steps)
|
|
|
|
| 435 |
|
| 436 |
---
|
| 437 |
|
| 438 |
+
<a id="contributing"></a>
|
| 439 |
## π€ Contributing
|
| 440 |
|
| 441 |
Contributions are welcome! Here's how you can help:
|