Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ def load_dataset_demo(name):
|
|
13 |
|
14 |
NAME_DATASETS = [
|
15 |
"Self-GRIT/selfrag_dataset-embed_query_instruct-Meta-Llama-3-70B-Instruct_temp-0.01",
|
|
|
16 |
"Self-GRIT/selfrag_dataset_mini-embed_query_instruct-Meta-Llama-3-70B-Instruct_temp-0.01",
|
17 |
"Self-GRIT/selfrag_dataset_mini-embed_query_instruct-Meta-Llama-3-8B-Instruct",
|
18 |
]
|
|
|
13 |
|
14 |
NAME_DATASETS = [
|
15 |
"Self-GRIT/selfrag_dataset-embed_query_instruct-Meta-Llama-3-70B-Instruct_temp-0.01",
|
16 |
+
"Self-GRIT/selfrag_dataset-embed_query_instruct-Meta-Llama-3-70B-Instruct_temp-1.0",
|
17 |
"Self-GRIT/selfrag_dataset_mini-embed_query_instruct-Meta-Llama-3-70B-Instruct_temp-0.01",
|
18 |
"Self-GRIT/selfrag_dataset_mini-embed_query_instruct-Meta-Llama-3-8B-Instruct",
|
19 |
]
|