Spaces:
Sleeping
Sleeping
Update dataset_previews.py
Browse files- dataset_previews.py +1 -0
dataset_previews.py
CHANGED
|
@@ -33,6 +33,7 @@ def calculate_dataset_statistics():
|
|
| 33 |
num_questions = len(test_samples)
|
| 34 |
subject_counts[subject] = num_questions
|
| 35 |
total_questions += num_questions
|
|
|
|
| 36 |
|
| 37 |
# Count options for each question
|
| 38 |
for sample in test_samples:
|
|
|
|
| 33 |
num_questions = len(test_samples)
|
| 34 |
subject_counts[subject] = num_questions
|
| 35 |
total_questions += num_questions
|
| 36 |
+
print("Test_samples", test_samples[0], "\t Num Questions:", num_questions)
|
| 37 |
|
| 38 |
# Count options for each question
|
| 39 |
for sample in test_samples:
|