Text Classification
Transformers
Safetensors
Vietnamese
xlm-roberta
vietnamese
fact-checking
claim-verification
natural-language-inference
vifactcheck
gold-evidence
eacl-2027
Instructions to use BaoNhan/cafebert-ViFactCheck-GE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/cafebert-ViFactCheck-GE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/cafebert-ViFactCheck-GE")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/cafebert-ViFactCheck-GE") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/cafebert-ViFactCheck-GE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "status": "completed", | |
| "task": "ViFactCheck-gold-evidence", | |
| "dataset": "ViFactCheck", | |
| "model_key": "cafebert", | |
| "model_name": "CafeBERT", | |
| "model_id": "uitnlp/CafeBERT", | |
| "base_revision": "af76fcf2a04096b2b54b348a3e4eb48253c93c5d", | |
| "seed": 42, | |
| "split_seed": 42, | |
| "smoke_test": false, | |
| "epochs": 3, | |
| "num_labels": 3, | |
| "max_length": 256, | |
| "micro_batch_size": 8, | |
| "gradient_accumulation_steps": 1, | |
| "effective_batch_size": 8, | |
| "pair_truncation": "only_second", | |
| "per_device_eval_batch_size": 8, | |
| "bf16": true, | |
| "tf32": true, | |
| "text_mode_resolved": "raw", | |
| "tokenizer_class": "XLMRobertaTokenizer", | |
| "model_class": "XLMRobertaForSequenceClassification", | |
| "model_type": "xlm-roberta", | |
| "best_checkpoint": "/content/EACL_2027_ViFactCheck/runs_ml256_bs8_a10080_fast3/vifactcheck-gold-evidence/cafebert/seed-42/trainer_mb8_ga1/checkpoint-2172", | |
| "best_metric": 0.8810330368606277, | |
| "best_model_dir": "/content/EACL_2027_ViFactCheck/runs_ml256_bs8_a10080_fast3/vifactcheck-gold-evidence/cafebert/seed-42/best_model", | |
| "train_loss": 0.4834907700343685, | |
| "wall_seconds": 598.6296060085297, | |
| "dev_accuracy": 0.8810511756569848, | |
| "dev_macro_precision": 0.8816733108929116, | |
| "dev_macro_recall": 0.8808318928255021, | |
| "dev_macro_f1": 0.8810330368606277, | |
| "dev_weighted_f1": 0.8809045875424539, | |
| "test_accuracy": 0.8812154696132597, | |
| "test_macro_precision": 0.8836557872580538, | |
| "test_macro_recall": 0.880598127271976, | |
| "test_macro_f1": 0.8811944805792362, | |
| "test_weighted_f1": 0.8810740898651478, | |
| "completed_at_utc": "2026-07-23T12:03:45.082765+00:00" | |
| } |