rbawden commited on
Commit
ffd5b6d
1 Parent(s): 86cee06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,11 +26,11 @@ norm_pipeline = NormalisationPipeline(model=model,
26
  batch_size=batch_size,
27
  beam_size=beam_size)
28
 
29
- list_inputs = ["1. QVe cette propoſtion, qu'vn eſpace eſt vuidé, repugne au ſens commun.", "Adieu, i'iray chez vous tantoſt vous rendre grace."]
30
  list_outputs = norm_pipeline(list_inputs)
31
  print(list_outputs)
32
 
33
- >> ["1. QUe cette propôtion, qu'un espace est vidé, répugne au sens commun.", "Adieu, j'irai chez vous tantôt vous rendre grâce."]
34
  ```
35
 
36
  ### Limitations and bias
 
26
  batch_size=batch_size,
27
  beam_size=beam_size)
28
 
29
+ list_inputs = ["Elle haïſſoit particulierement le Cardinal de Lorraine;", "Adieu, i'iray chez vous tantoſt vous rendre grace."]
30
  list_outputs = norm_pipeline(list_inputs)
31
  print(list_outputs)
32
 
33
+ >> ["Elle haïssait particulièrement le Cardinal de Lorraine;", "Adieu, j'irai chez vous tantôt vous rendre grâce."]
34
  ```
35
 
36
  ### Limitations and bias