ZENLLC commited on
Commit
456ba0b
·
verified ·
1 Parent(s): fe0e8c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,16 +1,27 @@
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
 
1
+ ---
2
+ title: Open-Source Model Comparator
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "5.43.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Open-Source Model Comparator
 
13
 
14
+ This Hugging Face Space compares the performance of multiple open-source LLMs side-by-side.
15
+ No API key required – everything runs locally on CPU.
16
+
17
+ ## Features
18
  - Runs 5+ models at once
19
  - Compare outputs in real-time
20
  - Adjustable max tokens and temperature
21
  - Starter prompts for quick testing
22
  - Works on Hugging Face Spaces (CPU-basic)
23
 
24
+ ## Models Used
25
  - distilgpt2
26
  - gpt2
27
  - microsoft/DialoGPT-small