Text Classification
Transformers
Safetensors
Vietnamese
xlm-roberta
vietnamese
fact-checking
claim-verification
natural-language-inference
vifactcheck
full-context
eacl-2027
Instructions to use BaoNhan/cafebert-ViFactCheck-FC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/cafebert-ViFactCheck-FC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/cafebert-ViFactCheck-FC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/cafebert-ViFactCheck-FC") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/cafebert-ViFactCheck-FC", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "status": "completed", | |
| "task": "ViFactCheck-full-context", | |
| "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-full-context/cafebert/seed-42/trainer_mb8_ga1/checkpoint-2172", | |
| "best_metric": 0.7220630821146287, | |
| "best_model_dir": "/content/EACL_2027_ViFactCheck/runs_ml256_bs8_a10080_fast3/vifactcheck-full-context/cafebert/seed-42/best_model", | |
| "train_loss": 0.6496311419576571, | |
| "wall_seconds": 714.3048448562622, | |
| "dev_accuracy": 0.7219917012448133, | |
| "dev_macro_precision": 0.7242889008170813, | |
| "dev_macro_recall": 0.7213494288697918, | |
| "dev_macro_f1": 0.7220630821146287, | |
| "dev_weighted_f1": 0.7233908863042199, | |
| "test_accuracy": 0.6975138121546961, | |
| "test_macro_precision": 0.6980452141265294, | |
| "test_macro_recall": 0.6958452854763116, | |
| "test_macro_f1": 0.6966801981438072, | |
| "test_weighted_f1": 0.6987822489576734, | |
| "completed_at_utc": "2026-07-23T11:26:06.912311+00:00" | |
| } |