SuperAdapters icon indicating copy to clipboard operation
SuperAdapters copied to clipboard

Finetune ALL LLMs with ALL Adapeters on ALL Platforms!

Results 4 SuperAdapters issues
Sort by recently updated
recently updated
newest added

You can add parameter for Gemma

I'm testing ChatGLM After following the instructions in [README.md](https://github.com/cckuailong/SuperAdapters#readme) python finetune.py --model_type chatglm --data "data/train/" --model_path "LLMs/chatglm/chatglm-6b/" --adapter "lora" --output_dir "output/chatglm" And then python inference.py --model_type chatglm --instruction "Who are...

Hi there, After fine-tuning the model, I tried to make inferences. I strictly followed the data structure during fine-tuning. Specifically, my dataset contains "instruction", "input", and "output". However, when I...

https://github.com/cckuailong/SuperAdapters/blob/1b9bf685b2c153375517e848ccd714c2ad1f2395/requirements.txt#L38 ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. icetk 0.0.7...