pedramyazdipoor commited on
Commit
a8d972a
1 Parent(s): ae46da0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -4,6 +4,7 @@ ParsBERT is a monolingual language model based on Google’s BERT architecture.
4
 
5
  In this project I fine-tuned [ParsBert](https://huggingface.co/HooshvareLab/bert-fa-base-uncased) on [PQuAD dataset](https://huggingface.co/datasets/newsha/PQuAD/tree/main) for extractive question answering task.
6
 
 
7
  Paper presenting ParsBert : [arXiv:2005.12515](https://arxiv.org/abs/2005.12515).
8
  Paper presenting PQuAD dataset: [arXiv:2202.06219](https://arxiv.org/abs/2202.06219).
9
  ---
 
4
 
5
  In this project I fine-tuned [ParsBert](https://huggingface.co/HooshvareLab/bert-fa-base-uncased) on [PQuAD dataset](https://huggingface.co/datasets/newsha/PQuAD/tree/main) for extractive question answering task.
6
 
7
+ Our source code is [here](https://github.com/pedramyazdipoor/ParsBert_QA_PQuAD).
8
  Paper presenting ParsBert : [arXiv:2005.12515](https://arxiv.org/abs/2005.12515).
9
  Paper presenting PQuAD dataset: [arXiv:2202.06219](https://arxiv.org/abs/2202.06219).
10
  ---