This is the working repo for the shisa-v2
version of the Shisa JA/EN large language model.
For code for the original Shisha 7B (shisa-7b-v1
), see: https://github.com/AUGMXNT/shisa/
That repo also has some useful docs at its wiki: https://github.com/AUGMXNT/shisa/wiki
To run this code you should have conda or mamba installed.
git clone https://github.com/shisa-ai/shisa-v2
mamba create -n shisa-v2 python=3.11
mamba activate shisa-v2