The Khoi

Results 2 issues of The Khoi

I have been trying out Phi-3 models and it's been a wonderful experience. ### However, sometimes the tokenizer throws exception: The line of code ```python text =self.tokenizer.decode(output_tokens) ``` throws ```Exception:...

Hi everyone, after running demo/demo.py to infer in zero-shot successfully, I want to try infer in few-shot mode: - I downloaded the correct models - But I stuck at producing...