Project: Hugging Face Model Evaluation Platform | |
Create a Hugging Face Space web application where: | |
Users can upload AI models (safetensors or GGUF format) | |
The app automatically tests the uploaded model against a preset list of prompts | |
Results are displayed showing how the model responded to each prompt | |
File size limit should be configurable (start with 10GB max) | |
Technical requirements: | |
Use Gradio for the interface | |
Support both .safetensors and .gguf model formats | |
Include a simple JSON file for storing the test prompts | |
Show upload progress and evaluation status | |
Display results in an easy-to-read format | |
Future feature (just add a placeholder): | |
A voting system where users can suggest and vote on which prompts to include in the test set |