Text Classification
Transformers
Safetensors
Vietnamese
bert
vietnamese
fact-checking
claim-verification
natural-language-inference
vifactcheck
full-context
eacl-2027
Instructions to use BaoNhan/wikibert-ViFactCheck-FC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/wikibert-ViFactCheck-FC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/wikibert-ViFactCheck-FC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/wikibert-ViFactCheck-FC") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/wikibert-ViFactCheck-FC", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "status": "completed", | |
| "task": "ViFactCheck-full-context", | |
| "dataset": "ViFactCheck", | |
| "model_key": "wikibert", | |
| "model_name": "WikiBERT", | |
| "model_id": "TurkuNLP/wikibert-base-vi-cased", | |
| "base_revision": "1105e6f77679748b088de680376636ee3ca79245", | |
| "seed": 22, | |
| "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": 16, | |
| "bf16": true, | |
| "tf32": true, | |
| "text_mode_resolved": "raw", | |
| "tokenizer_class": "BertTokenizer", | |
| "model_class": "BertForSequenceClassification", | |
| "model_type": "bert", | |
| "best_checkpoint": "/content/EACL_2027_ViFactCheck/runs_ml256_bs8_a10080_fast3/vifactcheck-full-context/wikibert/seed-22/trainer_mb8_ga1/checkpoint-2172", | |
| "best_metric": 0.6079210340075241, | |
| "best_model_dir": "/content/EACL_2027_ViFactCheck/runs_ml256_bs8_a10080_fast3/vifactcheck-full-context/wikibert/seed-22/best_model", | |
| "train_loss": 0.7433489242750417, | |
| "wall_seconds": 154.95154190063477, | |
| "dev_accuracy": 0.607192254495159, | |
| "dev_macro_precision": 0.6134924638809212, | |
| "dev_macro_recall": 0.605851591390073, | |
| "dev_macro_f1": 0.6079210340075241, | |
| "dev_weighted_f1": 0.6101936546222354, | |
| "test_accuracy": 0.6229281767955801, | |
| "test_macro_precision": 0.6297930891304385, | |
| "test_macro_recall": 0.6222878432277841, | |
| "test_macro_f1": 0.6240510265851397, | |
| "test_weighted_f1": 0.6257882945389004, | |
| "completed_at_utc": "2026-07-23T05:26:00.900557+00:00" | |
| } |