Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import pandas as pd
|
|
| 3 |
from PIL import Image
|
| 4 |
import base64
|
| 5 |
from io import BytesIO
|
| 6 |
-
import gradio as gr
|
| 7 |
|
| 8 |
# Set up page config
|
| 9 |
st.set_page_config(
|
|
@@ -54,7 +53,7 @@ st.markdown(
|
|
| 54 |
.container {
|
| 55 |
max-width: 1000px;
|
| 56 |
margin: 0 auto;
|
| 57 |
-
padding:
|
| 58 |
}
|
| 59 |
|
| 60 |
table {
|
|
@@ -125,7 +124,7 @@ st.markdown(
|
|
| 125 |
π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
|
| 126 |
</p>
|
| 127 |
<p style="font-size:20px;">
|
| 128 |
-
π <a href="#">Paper</a> | π» <a href="
|
| 129 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
| 130 |
</p>
|
| 131 |
</div>
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import base64
|
| 5 |
from io import BytesIO
|
|
|
|
| 6 |
|
| 7 |
# Set up page config
|
| 8 |
st.set_page_config(
|
|
|
|
| 53 |
.container {
|
| 54 |
max-width: 1000px;
|
| 55 |
margin: 0 auto;
|
| 56 |
+
padding: 10px;
|
| 57 |
}
|
| 58 |
|
| 59 |
table {
|
|
|
|
| 124 |
π FactBench: A Dynamic Benchmark for In-the-Wild Language Model Factuality Evaluation
|
| 125 |
</p>
|
| 126 |
<p style="font-size:20px;">
|
| 127 |
+
π <a href="#">Paper</a> | π» <a href="https://github.com/launchnlp/FactBench">GitHub</a> | π¦ <a href="#">X</a> | π¬ <a href="#">Discussion</a> |
|
| 128 |
βοΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 7 | Updated: <strong>10/26/2024</strong>
|
| 129 |
</p>
|
| 130 |
</div>
|