Spaces:
Sleeping
Sleeping
Avijit Ghosh
commited on
Commit
·
a1801f4
1
Parent(s):
7101bdf
removed more categories
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(title = "Social Impact Measurement V2", css=custom_css) as demo:
|
|
42 |
""")
|
43 |
with gr.Row():
|
44 |
gr.Markdown("""
|
45 |
-
####
|
46 |
|
47 |
Below we list the aspects possible to evaluate in a generative system. Context-absent evaluations only provide narrow insights into the described aspects of the type of generative AI system. The depth of literature and research on evaluations differ by modality with some modalities having sparse or no relevant literature, but the themes for evaluations can be applied to most systems.
|
48 |
|
@@ -99,25 +99,25 @@ exposure to everyday language can account for the biases we replicate here.
|
|
99 |
with gr.Row():
|
100 |
gr.Image()
|
101 |
|
102 |
-
with gr.TabItem("Disparate Performance"):
|
103 |
-
|
104 |
-
|
105 |
|
106 |
with gr.TabItem("Privacy/Data Protection"):
|
107 |
with gr.Row():
|
108 |
gr.Image()
|
109 |
|
110 |
-
with gr.TabItem("Financial Costs"):
|
111 |
-
|
112 |
-
|
113 |
|
114 |
with gr.TabItem("Environmental Costs"):
|
115 |
with gr.Row():
|
116 |
gr.Image()
|
117 |
|
118 |
-
with gr.TabItem("Data and Content Moderation Labor"):
|
119 |
-
|
120 |
-
|
121 |
|
122 |
# with gr.Row():
|
123 |
# gr.Markdown("""
|
|
|
42 |
""")
|
43 |
with gr.Row():
|
44 |
gr.Markdown("""
|
45 |
+
#### Technical Base System Evaluations:
|
46 |
|
47 |
Below we list the aspects possible to evaluate in a generative system. Context-absent evaluations only provide narrow insights into the described aspects of the type of generative AI system. The depth of literature and research on evaluations differ by modality with some modalities having sparse or no relevant literature, but the themes for evaluations can be applied to most systems.
|
48 |
|
|
|
99 |
with gr.Row():
|
100 |
gr.Image()
|
101 |
|
102 |
+
# with gr.TabItem("Disparate Performance"):
|
103 |
+
# with gr.Row():
|
104 |
+
# gr.Image()
|
105 |
|
106 |
with gr.TabItem("Privacy/Data Protection"):
|
107 |
with gr.Row():
|
108 |
gr.Image()
|
109 |
|
110 |
+
# with gr.TabItem("Financial Costs"):
|
111 |
+
# with gr.Row():
|
112 |
+
# gr.Image()
|
113 |
|
114 |
with gr.TabItem("Environmental Costs"):
|
115 |
with gr.Row():
|
116 |
gr.Image()
|
117 |
|
118 |
+
# with gr.TabItem("Data and Content Moderation Labor"):
|
119 |
+
# with gr.Row():
|
120 |
+
# gr.Image()
|
121 |
|
122 |
# with gr.Row():
|
123 |
# gr.Markdown("""
|