Fix Quick Start: update GitHub clone URL
Browse files
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/
|
| 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 |
|