Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,18 @@
|
|
1 |
-
|
2 |
|
3 |
-
This
|
4 |
-
No API key required – everything runs locally on CPU.
|
5 |
|
6 |
-
|
7 |
- Runs 5+ models at once
|
8 |
- Compare outputs in real-time
|
9 |
-
- Adjustable
|
10 |
-
- Starter prompts for
|
11 |
- Works on Hugging Face Spaces (CPU-basic)
|
12 |
|
13 |
-
|
14 |
-
-
|
15 |
-
-
|
16 |
-
-
|
17 |
-
-
|
18 |
-
-
|
19 |
-
|
20 |
-
---
|
21 |
-
|
22 |
-
This Space is ready to deploy as-is on Hugging Face.
|
23 |
-
Just upload all the files and set hardware to **CPU-basic**.
|
|
|
1 |
+
Open-Source Model Comparator
|
2 |
|
3 |
+
This Space compares the performance of multiple open-source LLMs side-by-side.
|
4 |
+
No API key is required – everything runs locally on CPU.
|
5 |
|
6 |
+
Features:
|
7 |
- Runs 5+ models at once
|
8 |
- Compare outputs in real-time
|
9 |
+
- Adjustable max tokens and temperature
|
10 |
+
- Starter prompts for quick testing
|
11 |
- Works on Hugging Face Spaces (CPU-basic)
|
12 |
|
13 |
+
Models used:
|
14 |
+
- distilgpt2
|
15 |
+
- gpt2
|
16 |
+
- microsoft/DialoGPT-small
|
17 |
+
- facebook/opt-350m
|
18 |
+
- bigscience/bloom-560m
|
|
|
|
|
|
|
|
|
|