Instructions to use BaoNhan/mbert-vifn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaoNhan/mbert-vifn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaoNhan/mbert-vifn")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaoNhan/mbert-vifn") model = AutoModelForSequenceClassification.from_pretrained("BaoNhan/mbert-vifn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "status": "passed", | |
| "model_dir": "/content/drive/MyDrive/EACL_2027_ViFN_Benchmark/final_models/mbert-vifn", | |
| "tokenizer_class": "BertTokenizer", | |
| "model_class": "BertForSequenceClassification", | |
| "model_type": "bert", | |
| "probabilities": [ | |
| 0.9552937150001526, | |
| 0.04470626637339592 | |
| ], | |
| "finished_at_utc": "2026-07-18T18:01:17.838446+00:00" | |
| } |