updated sample size

This commit is contained in:
Falko Victor Habel 2024-08-30 08:06:33 +02:00
parent dc3e8ba73c
commit 9592ab8140
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if 'Unnamed: 0' not in df.columns:
exit(1) exit(1)
# Take a sample of 10 entries # Take a sample of 10 entries
sample_size = 10 sample_size = 5000
df_sample = df.sample(n=sample_size, random_state=42) df_sample = df.sample(n=sample_size, random_state=42)
# Load the translation model # Load the translation model