Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
base_model:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- hi
|
| 5 |
+
- ta
|
| 6 |
+
- te
|
| 7 |
+
- ur
|
| 8 |
base_model:
|
| 9 |
+
- google/gemma-7b-it
|
| 10 |
+
pipeline_tag: question-answering
|
| 11 |
+
library_name: peft
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
This is the finetuned adapter of the A1 approach from the [IndicGenQA](https://arxiv.org/abs/2504.13615) paper. It is finetuned on top of [google/gemma-7b-it](https://huggingface.co/google/gemma-7b-it).
|