ChatGPT Prompt Engineering
1. 很多人的研究都是在WebUI界面如何与ChatGPT对话实现特定的、一次性的任务,但实际上如何使用API calls来快速构建软件应用程序才是真正的应用。
2. 常见的LLM分为两种,一种是BASE LLM(最终的训练成果是实现文字接龙,给出前面,后面就能自动填充回答,Predict next word,based on text training data),另一种是Instruction tuned LLM(follow instructions, fine-tuned on instructions and good attempt at following those instructions,RLHF: Reinforcement learning with Human Feedback)
继续阅读 ChatGPT Prompt Engineering