微调Fine-Tuning
小于 1 分钟
graph TB
classDef startend fill:#F5EBFF,stroke:#BE8FED,stroke-width:2px
classDef process fill:#E5F6FF,stroke:#73A6FF,stroke-width:2px
classDef decision fill:#FFF6CC,stroke:#FFBC52,stroke-width:2px
A(index) --> B(8 训练种类):::process
A(index) --> C(9 Transformer):::process
B ==> BA[Traing]
B ==> BB[Pre-Traing]
BB ==> BBA[Fine-Tuning]
B ==> BC[Parameter Efficient Fine-Tuning]
C ==> CA[1LLM=N个Transformer]
C ==> CB[Self-Attention]
C ==> CC[激活函数]
CB ==> CBA[六个矩阵]