Improve model card with pipeline tag and license
Browse filesThis PR adds the `pipeline_tag` and `license` to the model card metadata. The `pipeline_tag` is set to `TEXT_CLASSIFICATION`, which accurately reflects the model's function in extractive question answering and evidence extraction. The license is set to `mit`. This improves discoverability and provides essential information for users.
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- SemViQA
|
5 |
- question-answering
|
6 |
- fact-checking
|
7 |
- information-retrieval
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
|
12 |
# SemViQA-QATC: Vietnamese Question Answering Token Classifier
|
@@ -91,5 +93,4 @@ If you use **SemViQA-QATC** in your research, please cite:
|
|
91 |
*Built by Dien X. Tran*
|
92 |
[](https://www.linkedin.com/in/xndien2004/)
|
93 |
For more details, visit the project repository.
|
94 |
-
[](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
95 |
-
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- SemViQA
|
7 |
- question-answering
|
8 |
- fact-checking
|
9 |
- information-retrieval
|
10 |
+
pipeline_tag: TEXT_CLASSIFICATION
|
11 |
+
license: mit
|
12 |
---
|
13 |
|
14 |
# SemViQA-QATC: Vietnamese Question Answering Token Classifier
|
|
|
93 |
*Built by Dien X. Tran*
|
94 |
[](https://www.linkedin.com/in/xndien2004/)
|
95 |
For more details, visit the project repository.
|
96 |
+
[](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
|