MrYXJ

Results 3 issues of MrYXJ

The pandaspandas in Requets.txt should be pandas

Fixed a minor encoding error in the mask matrix size in one_file_ref.py where the original mask would display one more column than expected size.

```generate()``` in main.py seems only processes the last 2048 tokens of the input prompt ? https://github.com/mustafaaljadery/gemma-2B-10M/blob/cb97c2f686a41d4d54c259437dcdcd4f7f8da5f0/src/main.py#L15C9-L15C54 If prompt is entered with a length greater than 2048, then writing generate seems...