Spaces:
Running
Running
pavlichenko
commited on
Commit
•
87822a8
1
Parent(s):
3d4a564
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ After collecting the prompts, we manually classified them by category and got th
|
|
41 |
fig = go.Figure(
|
42 |
data=[go.Bar(y=[38.29, 32.94, 15.48, 5.16, 3.77, 1.98, 1.59, 0.6, 0.2], x=["Generation", "Open QA", "Brainstorming", "Rewrite", "Closed QA", "Summarization", "Chat", "Extraction", "Classification"])],
|
43 |
)
|
|
|
44 |
|
45 |
description2 = """We intentionally excluded prompts about coding. If you are interested in comparing coding abilities, you can refer to specific benchmarks such as [HumanEval](https://paperswithcode.com/sota/code-generation-on-humaneval).
|
46 |
|
|
|
41 |
fig = go.Figure(
|
42 |
data=[go.Bar(y=[38.29, 32.94, 15.48, 5.16, 3.77, 1.98, 1.59, 0.6, 0.2], x=["Generation", "Open QA", "Brainstorming", "Rewrite", "Closed QA", "Summarization", "Chat", "Extraction", "Classification"])],
|
43 |
)
|
44 |
+
fig.update_layout(yaxis_title="% of prompts")
|
45 |
|
46 |
description2 = """We intentionally excluded prompts about coding. If you are interested in comparing coding abilities, you can refer to specific benchmarks such as [HumanEval](https://paperswithcode.com/sota/code-generation-on-humaneval).
|
47 |
|