Improve model card: Add paper link and library name
Browse filesThis PR improves the model card by adding a link to the paper and specifying the `library_name` as `transformers`, enabling the "Use in Transformers" widget.
README.md
CHANGED
|
@@ -2,12 +2,12 @@
|
|
| 2 |
language:
|
| 3 |
- vi
|
| 4 |
library_name: transformers
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- SemViQA
|
| 7 |
- binary-classification
|
| 8 |
- fact-checking
|
| 9 |
-
pipeline_tag: text-classification
|
| 10 |
-
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# SemViQA-BC: Vietnamese Binary Classification for Claim Verification
|
|
@@ -81,11 +81,11 @@ If you use **SemViQA-BC** in your research, please cite:
|
|
| 81 |
eprint={2503.00955},
|
| 82 |
archivePrefix={arXiv},
|
| 83 |
primaryClass={cs.CL},
|
| 84 |
-
url={https://
|
| 85 |
}
|
| 86 |
```
|
| 87 |
|
| 88 |
-
π **Paper Link:** [SemViQA on arXiv](https://
|
| 89 |
π **Source Code:** [GitHub - SemViQA](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
| 90 |
|
| 91 |
## About
|
|
|
|
| 2 |
language:
|
| 3 |
- vi
|
| 4 |
library_name: transformers
|
| 5 |
+
license: mit
|
| 6 |
+
pipeline_tag: text-classification
|
| 7 |
tags:
|
| 8 |
- SemViQA
|
| 9 |
- binary-classification
|
| 10 |
- fact-checking
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# SemViQA-BC: Vietnamese Binary Classification for Claim Verification
|
|
|
|
| 81 |
eprint={2503.00955},
|
| 82 |
archivePrefix={arXiv},
|
| 83 |
primaryClass={cs.CL},
|
| 84 |
+
url={https://hf.co/papers/2503.00955},
|
| 85 |
}
|
| 86 |
```
|
| 87 |
|
| 88 |
+
π **Paper Link:** [SemViQA on arXiv](https://hf.co/papers/2503.00955)
|
| 89 |
π **Source Code:** [GitHub - SemViQA](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
| 90 |
|
| 91 |
## About
|