ulf1 / sentence-embedding-evaluation-german

Basically SentEval with German language downstream tasks
Apache License 2.0
0 stars 1 forks source link

compute class label distributions #6

Closed ulf1 closed 2 years ago

ulf1 commented 2 years ago
from collections import Counter
dict(Counter(['a', 'b', 'a']))