test_model #13

Merged
Fabel merged 21 commits from test_model into develop 2024-09-03 08:53:54 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9592ab8140 - Show all commits

View File

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