Quick question regarding the total number of instances in the P3 dataset
#16
by
ramithuh
- opened
Hi !
I was doing a review on some NLP datasets, and I wanted to calculate how many total number of data instances
are there in the P3 dataset.
So I looped through the DATA_SPLITS_SIZES
in tasks_splits_and_features.py, and computed the sum (121206465
)
Colab Notebook : https://colab.research.google.com/drive/1s_WlBoqXHAWuZOGkKZmhReGszRZdZbDX?usp=sharing
Can you please point out if my process was correct?
Thanks in advance!