ttio2tech

Results 4 issues of ttio2tech

It might be due to my python version (3.8). It complains about the string doesn't have .endwith method. But it seems from the GPTQ dependency library. I change the line...

It seems that in your paper the train dataset is 'InstructorDoctor-205k' but in this repo, from the training command, the dataset is 'HealthCareMagic-100k.json' In the paper, the training was 'fine...

Thanks to this great work, I was able to self host the 7B version at [agireact.com](https://agireact.com) Can also access it via discord bot. [Server invite](https://discord.com/invite/SgmBydQ2Mn) Feel free to give it...

I was using Python 3.12. but got an error 'TypeError: 'float' object cannot be interpreted as an integer". Seems the 1e7 caused the issue. changed it to int number.