Spaces:
Running
Running
a100 kh
commited on
Commit
โข
3b2bbcd
1
Parent(s):
cf5387d
explain
Browse files
serve/gradio_block_arena_anony.py
CHANGED
@@ -461,10 +461,6 @@ def build_side_by_side_ui_anony(models):
|
|
461 |
## ๐ฃ ไฝฟใๆน
|
462 |
- ่ณชๅใใใใจ๏ฝคใฉใณใใ ใซ้ธใฐใใ2ใคใฎใขใใซใๅ็ญใใพใ๏ฝก
|
463 |
- ใฉใกใใฎใขใใซใใใ่ฏใๅ็ญใใใใใ้ธๆใใฆใใ ใใ๏ฝก
|
464 |
-
- A is better: ใขใใซ A ใฎๅ็ญใใใ่ฏใใจๆใๅ ดๅ
|
465 |
-
- B is better: ใขใใซ B ใฎๅ็ญใใใ่ฏใใจๆใๅ ดๅ
|
466 |
-
- Tie: ใฉใกใใๅใใใใ่ฏใใจๆใๅ ดๅ
|
467 |
-
- Both are bad: ใฉใกใใ่ฏใใชใใจๆใๅ ดๅ
|
468 |
- ใชใผใใผใใผใใฏใใกใ: [here](https://huggingface.co/datasets/kanhatakeyama/chatbot-arena-ja-elo-rating).
|
469 |
## ๐ Chat now!
|
470 |
"""
|
|
|
461 |
## ๐ฃ ไฝฟใๆน
|
462 |
- ่ณชๅใใใใจ๏ฝคใฉใณใใ ใซ้ธใฐใใ2ใคใฎใขใใซใๅ็ญใใพใ๏ฝก
|
463 |
- ใฉใกใใฎใขใใซใใใ่ฏใๅ็ญใใใใใ้ธๆใใฆใใ ใใ๏ฝก
|
|
|
|
|
|
|
|
|
464 |
- ใชใผใใผใใผใใฏใใกใ: [here](https://huggingface.co/datasets/kanhatakeyama/chatbot-arena-ja-elo-rating).
|
465 |
## ๐ Chat now!
|
466 |
"""
|
serve/gradio_web_server.py
CHANGED
@@ -764,6 +764,7 @@ def get_model_description_md(models):
|
|
764 |
| | | |
|
765 |
| ---- | ---- | ---- |
|
766 |
"""
|
|
|
767 |
# return ""
|
768 |
ct = 0
|
769 |
visited = set()
|
|
|
764 |
| | | |
|
765 |
| ---- | ---- | ---- |
|
766 |
"""
|
767 |
+
model_description_md = ""
|
768 |
# return ""
|
769 |
ct = 0
|
770 |
visited = set()
|