Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Zack Zhiyuan Li
commited on
Commit
β’
75f5d7b
1
Parent(s):
f35fda9
refactor
Browse files
src/MANIFEST.in β MANIFEST.in
RENAMED
File without changes
|
src/README.md β README.md
RENAMED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.28.3
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
1 |
---
|
2 |
+
title: Open LLLM Leaderboard for domains
|
3 |
emoji: π
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.28.3
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: Ranking for Open-sourced LLMs in different domains
|
11 |
license: mit
|
12 |
---
|
13 |
|
src/app.py β app.py
RENAMED
File without changes
|
src/requirements.txt β requirements.txt
RENAMED
@@ -1 +1,3 @@
|
|
|
|
|
|
1 |
gradio_huggingfacehub_search
|
|
|
1 |
+
gradio
|
2 |
+
spaces
|
3 |
gradio_huggingfacehub_search
|