We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff5ca1 commit c140332Copy full SHA for c140332
training/Makefile
@@ -11,3 +11,10 @@ train-dataset2:
11
# Add warm-up to the model to load the model into memory after
12
# starting the Serving API container
13
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