updated sample size
This commit is contained in:
parent
dc3e8ba73c
commit
9592ab8140
|
@ -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
|
||||||
|
|
Reference in New Issue