Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ model-index:
|
|
46 |
|
47 |
# π SIM_COT-GPT2-Coconut
|
48 |
|
49 |
-
[](
|
50 |
[](https://github.com/InternLM/SIM-CoT)
|
51 |
[](https://arxiv.org/pdf/2509.20317)
|
52 |
|
@@ -119,14 +119,13 @@ To reproduce our results, follow the steps below:
|
|
119 |
### 1. Clone the repository
|
120 |
```bash
|
121 |
git clone https://github.com/InternLM/SIM-CoT.git
|
122 |
-
cd SIM-CoT/
|
123 |
```
|
124 |
|
125 |
### 2. Run the evaluation script
|
126 |
We provide shell scripts for different backbones and datasets.
|
127 |
```
|
128 |
-
|
129 |
-
torchrun --nnodes 1 --nproc_per_node 8 Coconut/run.py Coconut/args/gsm_coconut_eval.yaml
|
130 |
```
|
131 |
|
132 |
|
|
|
46 |
|
47 |
# π SIM_COT-GPT2-Coconut
|
48 |
|
49 |
+
[]()
|
50 |
[](https://github.com/InternLM/SIM-CoT)
|
51 |
[](https://arxiv.org/pdf/2509.20317)
|
52 |
|
|
|
119 |
### 1. Clone the repository
|
120 |
```bash
|
121 |
git clone https://github.com/InternLM/SIM-CoT.git
|
122 |
+
cd SIM-CoT/Coconut
|
123 |
```
|
124 |
|
125 |
### 2. Run the evaluation script
|
126 |
We provide shell scripts for different backbones and datasets.
|
127 |
```
|
128 |
+
torchrun --nnodes 1 --nproc_per_node 8 run.py args/gsm_simcot_eval.yaml
|
|
|
129 |
```
|
130 |
|
131 |
|