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
- 126
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.