From 83e4e9deb54de8a4a06aaeaace652fe7dfaf19d8 Mon Sep 17 00:00:00 2001 From: Dan Saattrup Nielsen Date: Tue, 23 Apr 2024 17:14:50 +0200 Subject: [PATCH] chore: Up `num_samples` to 5000 --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 4bb895b..f5e14d9 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -11,7 +11,7 @@ seed: 4242 # Data configuration min_article_length: 1000 -num_samples: 1000 +num_samples: 5000 # Model configuration model: gpt-4-turbo-2024-04-09