Improve model card with pipeline tag and library name
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 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]
|
| 11 |
|
| 12 |
-
More details on the dataset, models, and baseline results can be found in our [paper]
|
| 13 |
<br>
|
| 14 |
Citing:
|
| 15 |
```
|
|
@@ -43,4 +45,6 @@ Other IndicSQuAD models:
|
|
| 43 |
| Punjabi | [punjabi-question-answering-squad-bert](https://huggingface.co/l3cube-pune/punjabi-question-answering-squad-bert) |
|
| 44 |
| Kannada | [kannada-question-answering-squad-bert](https://huggingface.co/l3cube-pune/kannada-question-answering-squad-bert) |
|
| 45 |
| Oriya | [oriya-question-answering-squad-bert](https://huggingface.co/l3cube-pune/oriya-question-answering-squad-bert) |
|
| 46 |
-
| Malayalam | [malayalam-question-answering-squad-bert](https://huggingface.co/l3cube-pune/malayalam-question-answering-squad-bert) |
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
datasets:
|
| 3 |
- L3Cube-MahaSQuAD
|
| 4 |
+
language: mr
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
pipeline_tag: question-answering
|
| 7 |
+
library_name: transformers
|
| 8 |
---
|
| 9 |
|
| 10 |
## MahaBERT-SQuAD
|
| 11 |
MahaBERT-SQuAD is a MahaBERT model fine-tuned on the translated Marathi question-answering dataset L3Cube-MahaSQuAD.
|
| 12 |
+
[dataset link](https://github.com/l3cube-pune/MarathiNLP)
|
| 13 |
|
| 14 |
+
More details on the dataset, models, and baseline results can be found in our [paper](https://arxiv.org/abs/2404.13364)
|
| 15 |
<br>
|
| 16 |
Citing:
|
| 17 |
```
|
|
|
|
| 45 |
| Punjabi | [punjabi-question-answering-squad-bert](https://huggingface.co/l3cube-pune/punjabi-question-answering-squad-bert) |
|
| 46 |
| Kannada | [kannada-question-answering-squad-bert](https://huggingface.co/l3cube-pune/kannada-question-answering-squad-bert) |
|
| 47 |
| Oriya | [oriya-question-answering-squad-bert](https://huggingface.co/l3cube-pune/oriya-question-answering-squad-bert) |
|
| 48 |
+
| Malayalam | [malayalam-question-answering-squad-bert](https://huggingface.co/l3cube-pune/malayalam-question-answering-squad-bert) |
|
| 49 |
+
|
| 50 |
+
This project is part of the [L3Cube-IndicNLP](https://github.com/l3cube-pune/indic-nlp) project.
|