Hunar Batra

Results 1 comments of Hunar Batra

Faced the same problem! I've updated the phi-3 preprocessor as follows: ```python def preprocess_phi3( sources, tokenizer: transformers.PreTrainedTokenizer, has_image: bool = False ) -> Dict: conv = conversation_lib.conv_templates["phi3-instruct"].copy() roles = {"human":...