Felipe Adachi

Results 15 issues of Felipe Adachi

This enables passing different versions of `MoritzLaurer` zero-shot classification: MODEL_SMALL = "MoritzLaurer/xtremedistil-l6-h256-zeroshot-v1.1-all-33" MODEL_BASE = "MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33" MODEL_LARGE = "MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33" See added tests on how to use it.

OpenAI has deprecated `text-davinci-003` (among others). We need to revisit our code/examples/documentation and update accordingly.

Currently, the `response_hallucination` feature uses the same LLM for both additional samples generation and consistency checking. We should support being able to define different LLMs for each process.

The response_hallucination feature is based on two types of consistency checks: semantic similarity and LLM-based. We should be able to perform the semantic similarity based calculation even when an LLM...

The addresses regexes could be expanded to match additional terms, like: place, pl, plaza, plz, unit, apt, apartment, #, terrace, circle. etc. And another group that might be helpful is...

enhancement
help wanted