yizhongw / Tk-Instruct

Tk-Instruct is a Transformer model that is tuned to solve many NLP tasks by following instructions.
https://arxiv.org/abs/2204.07705
MIT License
177 stars 27 forks source link

Datasets folder? #8

Closed nutellamok closed 2 years ago

nutellamok commented 2 years ago

In line 32 of /src/run_s2s.py it reads, from datasets import load_dataset, load_metric

However, I can't seem to find the datasets folder anywhere in your repository. Could you point out where I can find this part? Thank you.

yizhongw commented 2 years ago

@nutellamok that's a library you should install first. We specified it here.