yuhangzang commited on
Commit
67b5ed4
Β·
verified Β·
1 Parent(s): 2860269

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -46,7 +46,7 @@ model-index:
46
 
47
  # πŸš€ SIM_COT-GPT2-Coconut
48
 
49
- [![πŸ€— Model Repo](https://img.shields.io/badge/HuggingFace-Model-blue)](https://huggingface.co/internlm/SIM_COT-LLaMA3-CODI-8B)
50
  [![πŸ“‚ GitHub](https://img.shields.io/badge/Code-GitHub-black?logo=github)](https://github.com/InternLM/SIM-CoT)
51
  [![πŸ“„ Paper](https://img.shields.io/badge/Paper-arXiv-red?logo=arxiv)](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/CODI
123
  ```
124
 
125
  ### 2. Run the evaluation script
126
  We provide shell scripts for different backbones and datasets.
127
  ```
128
- cd /mnt/shared-storage-user/weixilin/MLLM/SIM-CoT/
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
+ [![πŸ€— Model Repo](https://img.shields.io/badge/HuggingFace-Model-blue)]()
50
  [![πŸ“‚ GitHub](https://img.shields.io/badge/Code-GitHub-black?logo=github)](https://github.com/InternLM/SIM-CoT)
51
  [![πŸ“„ Paper](https://img.shields.io/badge/Paper-arXiv-red?logo=arxiv)](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