Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,9 +23,10 @@ def get_datasets():
|
|
| 23 |
|
| 24 |
all_datasets = get_datasets()
|
| 25 |
|
|
|
|
|
|
|
| 26 |
'''
|
| 27 |
-
|
| 28 |
-
if dataset_name == "Communication Networks: unseen questions":
|
| 29 |
split = load_dataset("Short-Answer-Feedback/saf_communication_networks_english", split="test_unseen_questions")
|
| 30 |
if dataset_name == "Communication Networks: unseen answers":
|
| 31 |
split = load_dataset("Short-Answer-Feedback/saf_communication_networks_english", split="test_unseen_answers")
|
|
|
|
| 23 |
|
| 24 |
all_datasets = get_datasets()
|
| 25 |
|
| 26 |
+
|
| 27 |
+
#def get_split(dataset_name):
|
| 28 |
'''
|
| 29 |
+
if dataset_name == "Communication Networks: unseen questions":
|
|
|
|
| 30 |
split = load_dataset("Short-Answer-Feedback/saf_communication_networks_english", split="test_unseen_questions")
|
| 31 |
if dataset_name == "Communication Networks: unseen answers":
|
| 32 |
split = load_dataset("Short-Answer-Feedback/saf_communication_networks_english", split="test_unseen_answers")
|