Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
1 |
+
# π€ Open-Source Model Comparator
|
2 |
+
|
3 |
+
This Hugging Face Space compares the performance of **multiple open-source LLMs** side-by-side.
|
4 |
+
No API key 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 easy 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`
|
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**.
|