Foorcee commited on
Commit
5666772
·
verified ·
1 Parent(s): 0a4048b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The `t5-minecraft-de-en-base` model is a fine-tuned version of the `google-t5/t5
26
  ### Key Features
27
  - **Bidirectional Translation:** Supports translations between German and English.
28
  - **Color Code Preservation:** Recognizes and maintains Minecraft legacy color codes (`§0` to `§f`, `§k`, `§l`, etc.) during translation.
29
- - **MiniMessage Support:** Processes MiniMessage tags like `<red>` and maps them to corresponding color codes (e.g., `<red>` → `§c`).
30
  - **Placeholder Recognition:** Handles placeholders such as `{{count}}` or `{0}`.
31
  - **Optimized for Styled Text:** Retains the semantic and stylistic relationships between text and associated colors or effects during language translation.
32
 
 
26
  ### Key Features
27
  - **Bidirectional Translation:** Supports translations between German and English.
28
  - **Color Code Preservation:** Recognizes and maintains Minecraft legacy color codes (`§0` to `§f`, `§k`, `§l`, etc.) during translation.
29
+ - **MiniMessage Support:** Treats MiniMessage tags like `<red>` (e.g., `<red>` → `§c`).
30
  - **Placeholder Recognition:** Handles placeholders such as `{{count}}` or `{0}`.
31
  - **Optimized for Styled Text:** Retains the semantic and stylistic relationships between text and associated colors or effects during language translation.
32