YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

import torch from kabert import KABERT

model = KABERT("bert-base-multilingual-cased", num_labels=3) model.load_state_dict(torch.load("kabert_gpu_best.pt", map_location="cpu")) model.eval()

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support