Jintao
|
ba4b9fc43f
|
Added full parameter sft to llm (#402)
* Optimized code
* update parse_args
* fix get_logger bug
* update parse_args
* Added full parameter fine-tuning
* Add support_bf16 warning
* Modify the code format and fix bugs
|
2023-07-24 15:52:09 +08:00 |
|
tastelikefeet
|
45cf0035f4
|
fix chatglm2 evaluation error: hypothesis emtpy (#348)
* fix evaluation error: hypothesis emtpy
* fix pipeline
* fix bug
|
2023-07-03 23:16:38 +08:00 |
|
yuze.zyz
|
a58be34384
|
Add Lora/Adapter/Prompt and support for chatglm6B and chatglm2-6B
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12770413
* add prompt and lora
* add adapter
* add prefix
* add tests
* adapter smoke test passed
* prompt test passed
* support model id in petl
* migrate chatglm6b
* add train script for chatglm6b
* move gen_kwargs to finetune.py
* add chatglm2
* add model definination
|
2023-06-27 14:38:18 +08:00 |
|