Things need to know for LLM

Prompt Engineering

从0到1的PromptEngineering之旅hhhh

一点碎碎念:research的过程中刚好遇到了prompt设计需要标准背书的问题,正好借这个机会系统入门一下,把还不错的参考资料整理到这里方便使用,或许以后也可以成为其他人的入门指南 ;-)

  1. 很好的入门项目 https://gptpmt.com/

  2. openai官方文档 https://platform.openai.com/docs/guides/prompt-engineering

  3. Openai官方出的Tokenizer,很好的token分解&计数器 https://platform.openai.com/tokenizer

<未完待续……>

LLM Evaluation

感恩: https://github.com/modelscope/modelscope-classroom/blob/main/LLM-tutorial/K.%E5%A4%A7%E6%A8%A1%E5%9E%8B%E8%87%AA%E5%8A%A8%E8%AF%84%E4%BC%B0%E7%90%86%E8%AE%BA%E5%92%8C%E5%AE%9E%E6%88%98--LLM%20Automatic%20Evaluation.md

<未完待续……>