Closed petergaoshan closed 6 months ago
@petergaoshan Depends if the evaluation model you're using supports that language. You an use any evaluation you wish using deepeval
@penguine-ip I am using a model that supports my language yet some questions generated are in English despite all text being in the other language. The solution seems to be to modify the internal prompt but this is not exposed.
@EssamWisam happy to accept a PR on this, i'm imagining an enum of languages and provide it during metrics initialization before passing it onto the prompt template.
@EssamWisam happy to accept a PR on this, i'm imagining an enum of languages and provide it during metrics initialization before passing it onto the prompt template.
OK I will try to find time for this. My complain was actually regarding test set generation. I'm not assuming metrics will be that language sensitive.
Can I evaluate other languages other than English using this package?