Support for Danish (perplexity and entropy) ??? #368
javaberlin
started this conversation in
General
Replies: 3 comments 5 replies
|
Sadly spacy does not have a lexeme prob table for Danish:
You can see an example here One could submit a pull request to add it, e.g. based on: |
4 replies
|
Regarding the Entropy / Perplexity, I am using Textdescriptives with the model "da_core_news_lg" When processing a book ( https://www.bokselskap.no/boker/mennesker/kap1 ) the perplexity value seems unrealistic high (1.3202179620399305e+25): Does that make sense ? Do I need other model for this task ? Thanks |
1 reply
|
@javaberlin just wanted to say that it has now been added! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to use textdescriptives with Dacy and a Danish language model to calculate perplexity and entropy, but I get the error :
Is that another way to make the library work with Danish when calculating entropy and perplexity ?
Thank you
All reactions