Jesse Karmani commited on
Commit
b0cf0db
1 Parent(s): b45a5c2

Use a small sample text

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. sample_text/en.small.txt +1 -0
app.py CHANGED
@@ -89,7 +89,7 @@ def main(
89
  trust_remote_code: bool = False,
90
  ):
91
  accelerator = Accelerator()
92
- sentences_path = "sample_text/en.txt"
93
  output_path = "sample_text/en2es.translation.m2m100_12B.txt"
94
 
95
  if force_auto_device_map and starting_batch_size >= 64:
 
89
  trust_remote_code: bool = False,
90
  ):
91
  accelerator = Accelerator()
92
+ sentences_path = "sample_text/en.small.txt"
93
  output_path = "sample_text/en2es.translation.m2m100_12B.txt"
94
 
95
  if force_auto_device_map and starting_batch_size >= 64:
sample_text/en.small.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ This is a small sample text in English.