File size: 469 Bytes
4f8cbf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st

st.set_page_config(
    page_title="Benchmarking",
    page_icon="πŸ“",
    layout="wide",
)

st.title("Benchmark of ML models")

st.write("All credits go to the original Leaderboard on hugging face: https://huggingface.co/spaces/opencompass/opencompass-llm-leaderboard"
)
st.write("This image serves as a pure placeholder to illustrate benchmarking possibilities.")

st.image("src/images/design/leaderboard.png", caption="Benchmarking models")