This commit is contained in:
Chi Wang
2023-09-16 21:11:42 +00:00
parent 836a771ee7
commit 188ddc19a5
4 changed files with 4 additions and 4 deletions

View File

@@ -69,6 +69,6 @@ The need for model selection, parameter tuning and cost saving is not specific t
## For Further Reading
* [Research paper about the tuning technique](https://arxiv.org/abs/2303.04673)
* [Documentation about AutoGen](https://microsoft.github.io/autogen/)
* [Documentation about inference tuning](Use-Cases/enhanced_inference)
*Do you have any experience to share about LLM applications? Do you like to see more support or research of LLM optimization or automation? Please join our [Discord](https://discord.gg/Cppx2vSPVP) server for discussion.*

View File

@@ -164,5 +164,5 @@ There are many directions of extensions in research and development:
## For Further Reading
* [Documentation](https://microsoft.github.io/autogen/) about `autogen` and [Research paper](https://arxiv.org/abs/2303.04673).
* [Documentation](/docs/Getting-Started) about `autogen` and [Research paper](https://arxiv.org/abs/2303.04673).
* [Blog post](/blog/2023/04/21/LLM-tuning-math) about a related study for math.

View File

@@ -89,6 +89,6 @@ Further work can be done to enhance this framework or math problem-solving in ge
## For Further Reading
* [Research paper of MathChat](https://arxiv.org/abs/2306.01337)
* [Documentation about `autogen`](https://microsoft.github.io/autogen/)
* [Documentation about `autogen`](/docs/Getting-Started)
*Are you working on applications that involve math problem-solving? Would you appreciate additional research or support on the application of LLM-based agents for math problem-solving? Please join our [Discord](https://discord.gg/Cppx2vSPVP) server for discussion.*

View File

@@ -143,5 +143,5 @@ print(response)
## For Further Reading
* [Documentation](https://microsoft.github.io/autogen/) about `autogen`
* [Documentation](/docs/Getting-Started) about `autogen`.
* [Documentation](https://github.com/lm-sys/FastChat) about FastChat.