MCK-02 commited on
Commit
5fc21e4
·
1 Parent(s): 40e541b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,9 +23,10 @@ def get_datasets():
23
 
24
  all_datasets = get_datasets()
25
 
 
 
26
  '''
27
- def get_split(dataset_name):
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")