ZENLLC commited on
Commit
8d19f6c
Β·
verified Β·
1 Parent(s): 225b06d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -11
README.md CHANGED
@@ -1,13 +1,23 @@
1
- ---
2
- title: Opensourcegym
3
- emoji: πŸš€
4
- colorFrom: red
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 5.43.1
8
- app_file: app.py
9
- pinned: false
10
- short_description: Compare Open Source Models
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
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**.