From 65fd4b94bc6ab74510e726dafaff396d15fa4d44 Mon Sep 17 00:00:00 2001 From: Radi Cho Date: Sat, 1 Apr 2023 13:22:44 +0300 Subject: [PATCH] Correct num-samples of the home maintenance cathegory. --- tod.gpt4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tod.gpt4.txt b/tod.gpt4.txt index e7e3c8d..6096fd8 100644 --- a/tod.gpt4.txt +++ b/tod.gpt4.txt @@ -187,7 +187,7 @@ datasetGPT conversations \ --option service_type "electrical" \ --option maintenance_service_name "Quick Fixers" \ --option maintenance_service_name "Home Repair Pros" \ - --num-samples 2 \ + --num-samples 10 \ --path "tod/home_maintenance.json" \ --single-file ```