SajjadAyoubi commited on
Commit
df9d8ac
1 Parent(s): 3b91464

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -45,12 +45,18 @@ The lengths are on the token level.
45
 
46
  ## Models
47
  Currently, two models (baseline) on [HuggingFace🤗](https://huggingface.co/SajjadAyoubi/) model hub are using the dataset.
48
- The models are listed in the table below.
49
 
50
- | Name | Params | Training |
51
- | :------------------------------------------------------------------------------------: | :----: | :--------------------------------: |
52
- | [xlm-roberta-large-fa-qa](https://huggingface.co/SajjadAyoubi/xlm-roberta-large-fa-qa) | 558M | fine-tuned on SQuAD2.0 + PersianQA |
53
- | [bert-base-fa-qa](https://huggingface.co/SajjadAyoubi/bert-base-fa-qa) | 162M | fine-tuned on PersianQA |
 
 
 
 
 
 
 
 
 
54
 
55
- You can try out our existing models and study examples. For more information
56
- on the examples, visit [this page](https://huggingface.co/SajjadAyoubi).
45
 
46
  ## Models
47
  Currently, two models (baseline) on [HuggingFace🤗](https://huggingface.co/SajjadAyoubi/) model hub are using the dataset.
 
48
 
49
+ ## Citation
50
+ Yet, we didn't publish any papers on the work.
51
+ However, if you did, please cite us properly with an entry like one below.
52
+ ```bibtex
53
+ @misc{PersianQA,
54
+ author = {Ayoubi, Sajjad \& Davoodeh, Mohammad Yasin},
55
+ title = {PersianQA: a dataset for Persian Question Answering},
56
+ year = 2021,
57
+ publisher = {GitHub},
58
+ journal = {GitHub repository},
59
+ howpublished = {\url{https://github.com/SajjjadAyobi/PersianQA}},
60
+ }
61
+ ```
62