Dyuti Dasmahapatra commited on
Commit
a1b1ca8
Β·
1 Parent(s): 5826098

docs: improve top navigation anchors and labels

Browse files
Files changed (1) hide show
  1. README.md +5 -12
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](#) | [πŸ“– Documentation](#features) | [πŸ’‘ Examples](#usage-guide) | [🀝 Contributing](#contributing)
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: