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

This is a distilled BERTScore model. Please read this post for details.

from bert_score import BERTScorer

texts1 = ['This is a text.']
texts2 = ['This is another text.']

scorer = BERTScorer(model_type='yongsun-yoon/minilmv2-bertscore-distilled', num_layers=6)
P, R, F = scorer.score(texts1, texts2)
Downloads last month
241
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.