Update README.md
Browse files
README.md
CHANGED
@@ -139,8 +139,8 @@ print(loss)
|
|
139 |
- Replace newline characters with the `<newline>` special token for consistency.
|
140 |
|
141 |
### Supported Tasks
|
142 |
-
1. **German to English
|
143 |
-
2. **English to German
|
144 |
|
145 |
### Evaluation
|
146 |
- **Metrics:** BLEU score was used for evaluation.
|
|
|
139 |
- Replace newline characters with the `<newline>` special token for consistency.
|
140 |
|
141 |
### Supported Tasks
|
142 |
+
1. **translate German to English:** Translates styled Minecraft text from German to English.
|
143 |
+
2. **translate English to German:** Translates styled Minecraft text from English to German.
|
144 |
|
145 |
### Evaluation
|
146 |
- **Metrics:** BLEU score was used for evaluation.
|