hanhainebula commited on
Commit
aacb040
1 Parent(s): e49a8fe

update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -10,4 +10,14 @@ pinned: false
10
  license: other
11
  ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
10
  license: other
11
  ---
12
 
13
+ # The AIR-Bench Leaderboard Backend repository
14
+
15
+ This repository contains the code for the AIR-Bench Leaderboard.
16
+
17
+ | Important Links | Description |
18
+ | ------------------------------------------------------------ | ---------------------------------------------- |
19
+ | [AIR-Bench](https://github.com/AIR-Bench/AIR-Bench) | The main repository for the AIR-Bench project. |
20
+ | [Leaderboard Space](https://huggingface.co/spaces/AIR-Bench/leaderboard) | The leaderboard space on Hugging Face. |
21
+ | [Leaderboard Backend Space](https://huggingface.co/spaces/AIR-Bench/leaderboard_backend) | The leaderboard backend space on Hugging Face. |
22
+ | [Leaderboard Code](https://github.com/AIR-Bench/leaderboard) | The code for the leaderboard. |
23
+ | [Leaderboard Backend Code](https://github.com/AIR-Bench/leaderboard_backend) | The code for the leaderboard backend. |