Skip to content

Commit 7b4db30

Browse files
authored
Add Transformers Question Answering to community examples (Lightning-AI#2603)
* Update index.rst Add QA Finetuning in community examples. * Update README.md
1 parent aaa1553 commit 7b4db30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Check out this awesome list of research papers and implementations done with Lig
371371
- [Transformers transfer learning (Huggingface)](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=yr7eaxkF-djf)
372372
- [Transformers text classification](https://github.com/ricardorei/lightning-text-classification)
373373
- [VAE Library of over 18+ VAE flavors](https://github.com/AntixK/PyTorch-VAE)
374-
- [Finetune BERT, RoBERTa etc on QA Datasets like SQuAD](https://github.com/tshrjn/Finetune-QA/)
374+
- [Transformers Question Answering (SQuAD)](https://github.com/tshrjn/Finetune-QA/)
375375
- [Pytorch-Lightning + Microsoft NNI with Docker](https://github.com/davinnovation/pytorch-boilerplate)
376376

377377
## Tutorials

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ PyTorch Lightning Documentation
5353
Transformers transfer learning (Huggingface) <https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=yr7eaxkF-djf>
5454
Transformers text classification <https://github.com/ricardorei/lightning-text-classification>
5555
VAE Library of over 18+ VAE flavors <https://github.com/AntixK/PyTorch-VAE>
56+
Transformers Question Answering (SQuAD) <https://github.com/tshrjn/Finetune-QA/>
5657

5758
.. toctree::
5859
:maxdepth: 1

0 commit comments

Comments
 (0)