thefrigidliquidation
commited on
Commit
β’
5034acf
1
Parent(s):
347a529
Fix readme
Browse files
README.md
CHANGED
@@ -40,9 +40,9 @@ do_sample=False,
|
|
40 |
|
41 |
|
42 |
## Glossary
|
43 |
-
You can provide up to 10 custom translations for nouns and character names at runtime. To do so, surround the Japanese term with term tokens. Prefix the word with one of
|
44 |
|
45 |
-
For example, in
|
46 |
|
47 |
|
48 |
## Honorifics
|
|
|
40 |
|
41 |
|
42 |
## Glossary
|
43 |
+
You can provide up to 10 custom translations for nouns and character names at runtime. To do so, surround the Japanese term with term tokens. Prefix the word with one of `<t0>, <t1>, ..., <t9>` and suffix the word with `</t>`. The term will be translated as the prefix term token which can then be string replaced.
|
44 |
|
45 |
+
For example, in `γγ€γ³γγ«γγγθΏγγ«ζ₯γγ` if you wish to have `γγ€γ³` translated as `Myne` you would replace `γγ€γ³` with `<t0>γγ€γ³</t>`. The model will translate `<t0>γγ€γ³</t>γγ«γγγθΏγγ«ζ₯γγ` as `<t0>, Lutz is here to pick you up.` Then simply do a string replacement on the output, replacing `<t0>` with `Myne`.
|
46 |
|
47 |
|
48 |
## Honorifics
|