Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Fanar-1-9B-Islamic-Inheritance-Reasoning
|
| 2 |
|
| 3 |
This repository contains the model **Fanar-1-9B-Islamic-Inheritance-Reasoning**, developed by **QU-NLP** for the **QIAS 2025 Shared Task (SubTask 1: Islamic Inheritance Reasoning)**.
|
|
@@ -59,6 +69,7 @@ inputs = tokenizer(prompt, return_tensors="pt")
|
|
| 59 |
outputs = model.generate(**inputs, max_new_tokens=50)
|
| 60 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 61 |
|
|
|
|
| 62 |
|
| 63 |
Citation
|
| 64 |
|
|
@@ -72,4 +83,4 @@ If you use this model in your research, please cite the following paper:
|
|
| 72 |
publisher = {Association for Computational Linguistics},
|
| 73 |
note = {Suzhou, China, Nov 5--9},
|
| 74 |
url = {https://arabicnlp2025.sigarab.org/}
|
| 75 |
-
}
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- ar
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
base_model:
|
| 8 |
+
- QCRI/Fanar-1-9B
|
| 9 |
+
pipeline_tag: question-answering
|
| 10 |
+
---
|
| 11 |
# Fanar-1-9B-Islamic-Inheritance-Reasoning
|
| 12 |
|
| 13 |
This repository contains the model **Fanar-1-9B-Islamic-Inheritance-Reasoning**, developed by **QU-NLP** for the **QIAS 2025 Shared Task (SubTask 1: Islamic Inheritance Reasoning)**.
|
|
|
|
| 69 |
outputs = model.generate(**inputs, max_new_tokens=50)
|
| 70 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 71 |
|
| 72 |
+
---
|
| 73 |
|
| 74 |
Citation
|
| 75 |
|
|
|
|
| 83 |
publisher = {Association for Computational Linguistics},
|
| 84 |
note = {Suzhou, China, Nov 5--9},
|
| 85 |
url = {https://arabicnlp2025.sigarab.org/}
|
| 86 |
+
}
|