Dmitry Sirakov [Shade]
Dmitry Sirakov [Shade]
Убрал устаревшую строку (не запускается в колбе из коробки) ```embeddings.wv.vectors.shape[1]``` на ```embeddings.vector_size``` - прямое обращение к атрибуту модели
## Overview This PR addresses the double swap bug in the AnswerAccuracy metric implementation. In the original implementation, both the meta-labels (User Answer / Reference Answer) and their corresponding values...
## Overview This PR fixes a bug in the RefusalRate docs metric implementation. The ValidationError occurred because the required fields for a SingleTurnSample were set to {"response", "reference"}, while the...