Text Classification
Transformers
Safetensors
Vietnamese
bert
vietnamese
fact-checking
claim-verification
natural-language-inference
vifactcheck
gold-evidence
eacl-2027
Instructions to use BaoNhan/wikibert-ViFactCheck-GE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/wikibert-ViFactCheck-GE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/wikibert-ViFactCheck-GE")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/wikibert-ViFactCheck-GE") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/wikibert-ViFactCheck-GE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "supported": { | |
| "precision": 0.7871485943775101, | |
| "recall": 0.7777777777777778, | |
| "f1-score": 0.782435129740519, | |
| "support": 252.0 | |
| }, | |
| "refuted": { | |
| "precision": 0.6916666666666667, | |
| "recall": 0.70042194092827, | |
| "f1-score": 0.6960167714884696, | |
| "support": 237.0 | |
| }, | |
| "not_enough_information": { | |
| "precision": 0.8595744680851064, | |
| "recall": 0.8595744680851064, | |
| "f1-score": 0.8595744680851064, | |
| "support": 235.0 | |
| }, | |
| "accuracy": 0.7790055248618785, | |
| "macro avg": { | |
| "precision": 0.7794632430430943, | |
| "recall": 0.7792580622637181, | |
| "f1-score": 0.7793421231046983, | |
| "support": 724.0 | |
| }, | |
| "weighted avg": { | |
| "precision": 0.7794011682087466, | |
| "recall": 0.7790055248618785, | |
| "f1-score": 0.7791845684217928, | |
| "support": 724.0 | |
| } | |
| } |