- [x] we can either remove the restriction of version number or relax the restriction by using `>=` instead of `=` https://github.com/ExpressAI/omneval/blob/master/requirements.txt#L1 - [ ] Can we replace the huggingface datasets with datalab? - [ ] Given a dataset (from DataLab) and PLM , can we implement an interface that can generate the predictions, specifically, * Input: `dataset` from [datalab](https://github.com/ExpressAI/DataLab/tree/main/datasets), `PLM` * Output: predictions:List over all test samples
we can either remove the restriction of version number or relax the restriction by using
>=instead of=https://github.com/ExpressAI/omneval/blob/master/requirements.txt#L1
Can we replace the huggingface datasets with datalab?
Given a dataset (from DataLab) and PLM , can we implement an interface that can generate the predictions, specifically,
datasetfrom datalab,PLM