Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-06-15 | 770 Bytes | |
v1.0.tar.gz | 2023-06-15 | 5.3 MB | |
v1.0.zip | 2023-06-15 | 5.4 MB | |
Totals: 3 Items | 10.7 MB | 0 |
v1.0版本
- 新增ChatGLM/LLaMA/Bloom模型的多轮对话微调训练,并发布医疗问诊LoRA模型shibing624/ziya-llama-13b-medical-lora。
训练 ChatGLM/LLaMA/Bloom 微调模型
- 支持自定义训练数据集和训练参数,数据集格式参考examples/data/zh_csc_test.tsv或者shibing624/alpaca-zh
- 支持AdaLoRA、LoRA、P_Tuning、Prefix_Tuning等部分参数微调方法,也支持全参微调
- 支持多卡训练,支持混合精度训练
Full Changelog: https://github.com/shibing624/textgen/compare/0.2.7...1.0.0