File size: 747 Bytes
16bf65c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
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 |