Spaces:
Runtime error
Runtime error
Commit
·
fc1f916
1
Parent(s):
441e512
docs: improve wording
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ with gr.Blocks(title="FMTI") as demo:
|
|
| 85 |
"""
|
| 86 |
# Transparency Self-Assessment (FMTI)
|
| 87 |
|
| 88 |
-
This tool allows you to self-assess the transparency of your model based on the Foundation Model Transparency Index
|
| 89 |
"""
|
| 90 |
)
|
| 91 |
with gr.Accordion(label="Instructions", open=True):
|
|
@@ -109,7 +109,7 @@ with gr.Blocks(title="FMTI") as demo:
|
|
| 109 |
"""
|
| 110 |
## Compare your results
|
| 111 |
|
| 112 |
-
How transparent
|
| 113 |
|
| 114 |
Images source: https://crfm.stanford.edu/fmti
|
| 115 |
"""
|
|
|
|
| 85 |
"""
|
| 86 |
# Transparency Self-Assessment (FMTI)
|
| 87 |
|
| 88 |
+
This tool allows you to self-assess the transparency of your model development based on the Foundation Model Transparency Index published by the Center for Research on Foundation Models.
|
| 89 |
"""
|
| 90 |
)
|
| 91 |
with gr.Accordion(label="Instructions", open=True):
|
|
|
|
| 109 |
"""
|
| 110 |
## Compare your results
|
| 111 |
|
| 112 |
+
The original study evaluated the developers of 10 top foundation models. How transparent are you compared to the developers in the 2023 study? Check the graphics below!
|
| 113 |
|
| 114 |
Images source: https://crfm.stanford.edu/fmti
|
| 115 |
"""
|