1from transformers import pipeline
2
3qa = pipeline("question-answering", model="tasal9/ZamAI-QA-Pashto")
4context = "کابل د افغانستان پلازمینه ده."
5question = "د افغانستان پلازمینه څه ده؟"
6print(qa(question=question, context=context))| Metric | Value | Description |
|---|---|---|
| exact_match | TBD | Add measured value |
| f1 | TBD | Add measured value |
Update this table with your measured results and link to the evaluation script/notebook.
1@misc{zamai_pashto,
2 title = {{ZamAI QA Pashto}},
3 author = {ZamAI / Yaqoob Tasal},
4 year = {2024},
5 howpublished = {\url{https://huggingface.co/tasal9/ZamAI-QA-Pashto}}
6}