derek-thomas HF staff commited on
Commit
0ffd947
1 Parent(s): a538510

Adding notebook link

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -50,6 +50,8 @@ task_ids: []
50
  This is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in [Transformer-based End-to-End Question Generation](https://arxiv.org/pdf/2005.01107v1.pdf)
51
  specifically for the T5 family of models. The prefix is `generate questions: ` so that the task can be unique to a trained model.
52
 
 
 
53
  ### Supported Tasks and Leaderboards
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
50
  This is a modified Stanford Question Answering Dataset (SQuAD) to suit question generation with All Questions in One Line (AQOL) just like in [Transformer-based End-to-End Question Generation](https://arxiv.org/pdf/2005.01107v1.pdf)
51
  specifically for the T5 family of models. The prefix is `generate questions: ` so that the task can be unique to a trained model.
52
 
53
+ Check out the generation notebook [here](https://nbviewer.org/urls/huggingface.co/datasets/derek-thomas/squad-v1.1-t5-question-generation/resolve/main/Squad_V1_Question_Generation.ipynb).
54
+
55
  ### Supported Tasks and Leaderboards
56
 
57
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)