nielsr HF staff commited on
Commit
96599b8
·
verified ·
1 Parent(s): e83b022

Improve model card with pipeline tag and license

Browse files

This 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.

Files changed (1) hide show
  1. README.md +5 -4
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
- language:
9
- - vi
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
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Profile-blue?logo=linkedin)](https://www.linkedin.com/in/xndien2004/)
93
  For more details, visit the project repository.
94
- [![GitHub stars](https://img.shields.io/github/stars/DAVID-NGUYEN-S16/SemViQA?style=social)](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
  [![LinkedIn](https://img.shields.io/badge/LinkedIn-Profile-blue?logo=linkedin)](https://www.linkedin.com/in/xndien2004/)
95
  For more details, visit the project repository.
96
+ [![GitHub stars](https://img.shields.io/github/stars/DAVID-NGUYEN-S16/SemViQA?style=social)](https://github.com/DAVID-NGUYEN-S16/SemViQA)