ZENLLC commited on
Commit
fe0e8c1
·
verified ·
1 Parent(s): 8d19f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -1,23 +1,18 @@
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**.
 
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