Spaces:
Running
Running
Commit
·
2818083
1
Parent(s):
895116b
modify README metadata
Browse files
README.md
CHANGED
@@ -1,14 +1,20 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.30.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Compare outputs from text-generation models side by side
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
|
|
1 |
---
|
2 |
+
title: LLM-Compare
|
3 |
+
emoji: 💬
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.30.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Compare outputs from text-generation models side by side
|
12 |
+
models:
|
13 |
+
- HuggingFaceH4/zephyr-7b-beta
|
14 |
+
- NousResearch/Hermes-3-Llama-3.1-8B
|
15 |
+
- mistralai/Mistral-Nemo-Base-2407
|
16 |
+
- meta-llama/Llama-2-70b-hf
|
17 |
+
- aaditya/Llama3-OpenBioLLM-8B
|
18 |
---
|
19 |
|
20 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|