javi8979 commited on
Commit
1ad65f0
verified
1 Parent(s): 73fb459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -156,12 +156,12 @@ For post-editing tasks you can try using the following prompt template:
156
  ```python
157
  source = 'Catalan'
158
  target = 'English'
159
- source_sentence = 'Necessite saber qui son Rafael Nadal i Maria Magdalena.'
160
- machine_translation = 'I need to know who is Rafael Christmas and Maria the Muffin.'
161
 
162
  text = f"Please fix any mistakes in the following {source}-{target} machine translation or keep it unedited if it's correct.\nSource: {source_sentence} \nMT: {machine_translation} \nCorrected:"
163
 
164
- # I need to know who is Rafael Nadal and Maria Magdalena.
165
  ```
166
 
167
 
 
156
  ```python
157
  source = 'Catalan'
158
  target = 'English'
159
+ source_sentence = 'Rafael Nadal i Maria Magdalena van inspirar a una generaci贸 sencera.'
160
+ machine_translation = 'Rafael Christmas and Maria the Muffin inspired an entire generation each in their own way.'
161
 
162
  text = f"Please fix any mistakes in the following {source}-{target} machine translation or keep it unedited if it's correct.\nSource: {source_sentence} \nMT: {machine_translation} \nCorrected:"
163
 
164
+ # Rafael Nadal and Maria Magdalena inspired an entire generation.
165
  ```
166
 
167