qiangminjie27 commited on
Commit
ac12da0
·
verified ·
1 Parent(s): 39e8101

Fix Quick Start: update GitHub clone URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -147,7 +147,7 @@ The **Overall** metric is the macro-average of Accuracy, F1, MRR@10, and nDCG@10
147
 
148
  ```bash
149
  # Clone the evaluation code
150
- git clone https://github.com/xxx/TabEmbed.git
151
  cd TabEmbed
152
  pip install -r requirements.txt
153
 
 
147
 
148
  ```bash
149
  # Clone the evaluation code
150
+ git clone https://github.com/qiangminjie27/TabEmbed.git
151
  cd TabEmbed
152
  pip install -r requirements.txt
153