p208p2002 / Transformer-QG-on-SQuAD

Implement Question Generator with SOTA pre-trained Language Models (RoBERTa, BERT, GPT, BART, T5, etc.)
https://huggingface.co/p208p2002/bart-squad-qg-hl
47 stars 3 forks source link

Documentation for gpt2-squad-qg-hl #5

Open rempel1234 opened 2 months ago

rempel1234 commented 2 months ago

Hi! How's it going? Is there any documentation on using this model? If not, could I write some, and request you merge it to this repo? Thanks!

p208p2002 commented 2 months ago

@rempel1234 Yes, we surely lack some documents; it's very welcome to contribute 😊

rempel1234 commented 2 months ago

0001-add-documentation-for-GPT2.patch Attached is some documentation for using the gpt2 model. Thanks!