Update README.md
Browse files
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 = '
|
160 |
-
machine_translation = '
|
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 |
-
#
|
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 |
|