Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,46 +1,13 @@
|
|
1 |
-
|
2 |
-
title: 3d Iou Challenge
|
3 |
-
emoji: 🥇
|
4 |
-
colorFrom: green
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
app_file: app.py
|
8 |
-
pinned: true
|
9 |
-
license: apache-2.0
|
10 |
-
short_description: Duplicate this leaderboard to initialize your own!
|
11 |
-
sdk_version: 5.19.0
|
12 |
-
---
|
13 |
-
|
14 |
-
# Start the configuration
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
```json
|
20 |
-
{
|
21 |
-
"config": {
|
22 |
-
"model_dtype": "torch.float16", # or torch.bfloat16 or 8bit or 4bit
|
23 |
-
"model_name": "path of the model on the hub: org/model",
|
24 |
-
"model_sha": "revision on the hub",
|
25 |
-
},
|
26 |
-
"results": {
|
27 |
-
"task_name": {
|
28 |
-
"metric_name": score,
|
29 |
-
},
|
30 |
-
"task_name2": {
|
31 |
-
"metric_name": score,
|
32 |
-
}
|
33 |
-
}
|
34 |
-
}
|
35 |
-
```
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
If you encounter problem on the space, don't hesitate to restart it to remove the create eval-queue, eval-queue-bk, eval-results and eval-results-bk created folder.
|
40 |
|
41 |
-
|
|
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
46 |
-
- the logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
|
|
1 |
+
# 🚀 我的 Gradio App 演示
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
+
这是一个基于 Gradio 的 demo,点击下方链接直接使用:
|
4 |
|
5 |
+
👉 [点击这里进入 App 界面](?view=app)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
---
|
|
|
|
|
8 |
|
9 |
+
## 简介
|
10 |
+
本项目用于展示一个文本生成模型的功能。
|
11 |
|
12 |
+
## 使用方法
|
13 |
+
输入一句话,点击按钮即可获得输出。
|
|
|
|