Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9e3d5d4
1
Parent(s):
6ecf558
fix example
Browse files- app.py +1 -1
- gradio_cached_examples/16/log.csv +3 -0
- gradio_cached_examples/33/log.csv +3 -0
app.py
CHANGED
|
@@ -204,7 +204,7 @@ iface = gr.Interface(
|
|
| 204 |
description="Select a dataset and enter a prompt to evaluate the model's performance. Note: it takes about **ten seconds** to evaluate.",
|
| 205 |
examples=[
|
| 206 |
["scifact", ""],
|
| 207 |
-
["scifact", "Think carefully about these conditions when determining relevance
|
| 208 |
],
|
| 209 |
cache_examples=True,
|
| 210 |
)
|
|
|
|
| 204 |
description="Select a dataset and enter a prompt to evaluate the model's performance. Note: it takes about **ten seconds** to evaluate.",
|
| 205 |
examples=[
|
| 206 |
["scifact", ""],
|
| 207 |
+
["scifact", "Think carefully about these conditions when determining relevance"]
|
| 208 |
],
|
| 209 |
cache_examples=True,
|
| 210 |
)
|
gradio_cached_examples/16/log.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Evaluation Results,flag,username,timestamp
|
| 2 |
+
"{""NDCG@10"": 0.75, ""Recall@100"": 0.953}",,,2024-09-06 20:45:07.129397
|
| 3 |
+
"{""NDCG@10"": 0.761, ""Recall@100"": 0.953}",,,2024-09-06 20:45:09.932286
|
gradio_cached_examples/33/log.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Evaluation Results,flag,username,timestamp
|
| 2 |
+
"{""NDCG@10"": 0.75, ""Recall@100"": 0.953}",,,2024-09-06 20:45:21.508809
|
| 3 |
+
"{""NDCG@10"": 0.761, ""Recall@100"": 0.953}",,,2024-09-06 20:45:24.295060
|