Martin Fajčík
Martin Fajčík
Hi, I was trying to do an experiment with retrieval based on interpolation of the query model and the relevance model (so-called 'RM3'), and I 've noticed a not well...
Hi, I was wondering regarding your code here. https://github.com/mosaicml/composer/blob/a7cad7c221ce8ad9697bde50db0b3f37f8b8025e/composer/datasets/in_context_learning_evaluation.py#L655 Why do you assume right padding (for InContextLearningMultipleChoiceTaskDataset problem, but also some others)? 1. Shouldn't the padding_side be derived from the...
Hello, I was debugging where did my trailing whitespace (\n) from the end of description disappeared. It was not present in the input prompt (logged using --log_samples) And it turns...