Update model card: Link to paper, code repository
Browse filesThis PR updates the model card by:
- Linking it to a the paper.
- Including a link to the Github repository to enable users to discover the code easily.
README.md
CHANGED
@@ -2,14 +2,15 @@
|
|
2 |
language:
|
3 |
- vi
|
4 |
library_name: transformers
|
|
|
|
|
5 |
tags:
|
6 |
- SemViQA
|
7 |
- question-answering
|
8 |
- fact-checking
|
9 |
- information-retrieval
|
10 |
-
pipeline_tag: question-answering
|
11 |
-
license: mit
|
12 |
---
|
|
|
13 |
## Model Description
|
14 |
- **Developed by:** [SemViQA Research Team](https://huggingface.co/SemViQA)
|
15 |
- **Fine-tuned model:** [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large)
|
@@ -17,7 +18,9 @@ license: mit
|
|
17 |
- **Task:** Extractive QA, Evidence Extraction
|
18 |
- **Dataset:** [ViWikiFC](https://arxiv.org/abs/2405.07615)
|
19 |
|
20 |
-
This model is fine-tuned on [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks.
|
|
|
|
|
21 |
|
22 |
## Using pre-trained model
|
23 |
|
@@ -53,4 +56,7 @@ print(evidence)
|
|
53 |
*Built by Dien X. Tran*
|
54 |
[](https://www.linkedin.com/in/xndien2004/)
|
55 |
For more details, visit the project repository.
|
56 |
-
[](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- vi
|
4 |
library_name: transformers
|
5 |
+
license: mit
|
6 |
+
pipeline_tag: question-answering
|
7 |
tags:
|
8 |
- SemViQA
|
9 |
- question-answering
|
10 |
- fact-checking
|
11 |
- information-retrieval
|
|
|
|
|
12 |
---
|
13 |
+
|
14 |
## Model Description
|
15 |
- **Developed by:** [SemViQA Research Team](https://huggingface.co/SemViQA)
|
16 |
- **Fine-tuned model:** [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large)
|
|
|
18 |
- **Task:** Extractive QA, Evidence Extraction
|
19 |
- **Dataset:** [ViWikiFC](https://arxiv.org/abs/2405.07615)
|
20 |
|
21 |
+
This model is fine-tuned on [ViMRC](https://huggingface.co/nguyenvulebinh/vi-mrc-large) to evaluate its performance in comparison to our proposed approaches for Vietnamese fact-checking tasks.
|
22 |
+
|
23 |
+
[Paper](https://hf.co/papers/2503.00955)
|
24 |
|
25 |
## Using pre-trained model
|
26 |
|
|
|
56 |
*Built by Dien X. Tran*
|
57 |
[](https://www.linkedin.com/in/xndien2004/)
|
58 |
For more details, visit the project repository.
|
59 |
+
[](https://github.com/DAVID-NGUYEN-S16/SemViQA)
|
60 |
+
|
61 |
+
## Github repository
|
62 |
+
https://github.com/DAVID-NGUYEN-S16/SemViQA
|