From fc2cd5e5103224b35b8121336b70219ca1b68326 Mon Sep 17 00:00:00 2001 From: Victor Sun <1026713524@qq.com> Date: Sun, 13 Aug 2023 21:49:20 +0800 Subject: [PATCH] Update README.md --- WizardMath/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/WizardMath/README.md b/WizardMath/README.md index 360daa9..b8d5fff 100644 --- a/WizardMath/README.md +++ b/WizardMath/README.md @@ -5,8 +5,21 @@ [![Model Weight License](https://img.shields.io/badge/Model%20Weights%20License-LLaMA2-yellow)](WizardMath/LICENSE) [![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/release/python-390/) + +
+🤗 HF Repo • 🐦 Twitter • 📃 [WizardLM] • 📃 [WizardCoder]
+
+ 👋 Join our Discord +
+ + + To develop our WizardMath model, we begin with adapting the **Evol-Instruct** and **Reinforcement Learning methods** specifically for math tasks, like GSM8k and MATH. This involves tailoring the prompt to the domain of math-related instructions. Subsequently, we fine-tune the LLaMA 2, utilizing the newly created instruction-following math training set. + ## News - 🔥 Our **WizardMath-70B-V1.0** model slightly outperforms some closed-source LLMs on the GSM8K, including **ChatGPT 3.5**, **Claude Instant 1** and **PaLM 2 540B**.