rohansampath commited on
Commit
6805c47
·
verified ·
1 Parent(s): 4114529

Update modules/ui_components.py

Browse files
Files changed (1) hide show
  1. modules/ui_components.py +2 -1
modules/ui_components.py CHANGED
@@ -48,9 +48,10 @@ def create_header():
48
  """
49
  title = gr.Markdown("# Head-to-Head Model Evaluation Comparator")
50
  description = gr.Markdown("""
51
- This demo evaluates two models (or one model with two different configs), head-to-head, on a benchmark dataset.
52
 
53
  Available Datasets: [MMLU-Pro](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro)
 
54
  """)
55
 
56
  return [title, description]
 
48
  """
49
  title = gr.Markdown("# Head-to-Head Model Evaluation Comparator")
50
  description = gr.Markdown("""
51
+ This demo / proof of concept evaluates two models (or one model with two different configs), head-to-head, on a benchmark dataset.
52
 
53
  Available Datasets: [MMLU-Pro](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro)
54
+ Available Models: [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
55
  """)
56
 
57
  return [title, description]