l3cube-pune commited on
Commit
dd4f51b
1 Parent(s): c54d6f0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language: mr
4
+ datasets:
5
+ - L3Cube-MahaSQuAD
6
+ ---
7
+
8
+ ## MahaBERT-SQuAD
9
+ MahaBERT-SQuAD is a MahaBERT model fine-tuned on the translated Marathi question-answering dataset L3Cube-MahaSQuAD.
10
+ [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
11
+
12
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2202.01159)
13
+
14
+ ```
15
+ @article{ghatage2024mahasquad,
16
+ title={MahaSQuAD: Bridging Linguistic Divides in Marathi Question-Answering},
17
+ author={Ghatage, Ruturaj and Kulkarni, Aditya and Patil, Rajlaxmi and Endait, Sharvi and Joshi, Raviraj},
18
+ journal={arXiv preprint arXiv:2404.13364},
19
+ year={2024}
20
+ }
21
+ ```