Skip to content

Commit c140332

Browse files
committed
Add new target
1 parent 8ff5ca1 commit c140332

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

training/Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ train-dataset2:
1111
# Add warm-up to the model to load the model into memory after
1212
# starting the Serving API container
1313
python warm_up.py ../dataset/sqli_dataset2.csv ../sqli_model/2
14+
15+
train-dataset2-model3:
16+
# Train the model with dataset2
17+
poetry run train_v3.py ../dataset/sqli_dataset2.csv ../sqli_model/3
18+
# Add warm-up to the model to load the model into memory after
19+
# starting the Serving API container
20+
poetry run warm_up.py ../dataset/sqli_dataset2.csv ../sqli_model/3

0 commit comments

Comments
 (0)