Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ We have developed an automated evaluation framework — simply configure the par
|
|
32 |
### **Quick Start**
|
33 |
|
34 |
```bash
|
35 |
-
pip install -r
|
36 |
python ./src/evaluation/model_pred/dl_model_pred.py \
|
37 |
--input_dir ./demo_input.jsonl \
|
38 |
--output_dir ./demo_output.jsonl \
|
|
|
32 |
### **Quick Start**
|
33 |
|
34 |
```bash
|
35 |
+
pip install -r requirements.txt
|
36 |
python ./src/evaluation/model_pred/dl_model_pred.py \
|
37 |
--input_dir ./demo_input.jsonl \
|
38 |
--output_dir ./demo_output.jsonl \
|