File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 66 <a href =" https://www.python.org/downloads/release/python-3127/ " ><img src =" https://img.shields.io/badge/-Python_3.12+-blue?logo=python&logoColor=white " alt =" Python " ></a >
77 <a href =" https://pypi.org/project/mcts-llm/ " ><img src =" https://img.shields.io/pypi/v/mcts-llm.svg " alt =" PyPI " ></a >
88 <a href =" https://pepy.tech/project/mcts-llm " ><img src =" https://static.pepy.tech/badge/mcts-llm/month " alt =" Downloads " ></a >
9- <a href =" https://github.com/stanfordnlp/dspy/releases/tag/2.4.17 " ><img src =" https://img.shields.io/badge/dspy-2.4.17 -blue " alt =" DSPy " ></a >
9+ <a href =" https://github.com/stanfordnlp/dspy/releases/tag/2.5.7 " ><img src =" https://img.shields.io/badge/dspy-2.5.7 -blue " alt =" DSPy " ></a >
1010 <a href =" https://codecov.io/github/NumberChiffre/mcts-llm " ><img src =" https://codecov.io/github/NumberChiffre/mcts-llm/graph/badge.svg?token=zOL5kP7Xf9 " /></a >
1111</p >
1212
@@ -120,12 +120,13 @@ Default hyperparameters:
120120<br >
121121
122122## 🚀 TODOs
123- - Upgrade DSPy to >= 2.5.0.
124- - Include datasets for evaluation such as MATH, AIME, Math Odyssey.
125- - Fine-Tune optimal hyperparameters for MCTSr.
126- - Fine-Tune with Llama3.1-8B.
127- - Fine-Tune with Qwen2.5-7B.
128- - Fine-Tune with DeepSeek-Chat as the prompting model and smaller LLMs with Ollama as the task model.
123+ - [x] Upgrade DSPy to >= 2.5.0.
124+ - [ ] Implement SC-MCTS* .
125+ - [ ] Include datasets for evaluation such as MATH, AIME, Math Odyssey.
126+ - [ ] Fine-Tune optimal hyperparameters for MCTSr.
127+ - [ ] Fine-Tune with Llama3.1-8B.
128+ - [ ] Fine-Tune with Qwen2.5-7B.
129+ - [ ] Fine-Tune with DeepSeek-Chat as the prompting model and smaller LLMs with Ollama as the task model.
129130
130131<br >
131132
You can’t perform that action at this time.
0 commit comments