Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,7 @@ Note: For optimal results, use the system prompts:
|
|
17 |
`Translate the following text into Thai.` or
|
18 |
`Translate the following text into English.`
|
19 |
|
|
|
20 |
## **Performance**
|
21 |
|
22 |
We used GPT-4o-mini as an "AI judge", comparing Typhoon Translate against its own generations and other top systems.
|
@@ -91,6 +92,16 @@ Translate the following text into Thai.
|
|
91 |
Translate the following text into English.
|
92 |
```
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
## Deploy as Server
|
96 |
|
|
|
17 |
`Translate the following text into Thai.` or
|
18 |
`Translate the following text into English.`
|
19 |
|
20 |
+
|
21 |
## **Performance**
|
22 |
|
23 |
We used GPT-4o-mini as an "AI judge", comparing Typhoon Translate against its own generations and other top systems.
|
|
|
92 |
Translate the following text into English.
|
93 |
```
|
94 |
|
95 |
+
If your environment doesn't support system prompt, you can use system prompt in the user turn.
|
96 |
+
|
97 |
+
```python
|
98 |
+
{system_prompt}\n\n{text_to_translate}
|
99 |
+
```
|
100 |
+
example of
|
101 |
+
```
|
102 |
+
Translate the following text into Thai.\n\nA banished celestial, Serai, cursed to walk as a mortal boy, fights against the Empire that slaughtered the skyborn.\nHe trains with humans, bonds with them, bleeds beside them. In secret, he regrows his wings through combat—but each feather only returns when he loses someone he loves.\nAt the climax, he ascends—glorious, radiant, unstoppable—only to find his friends gone, their memories etched into his wings.\nAs he watches the sun rise, his halo returns.\nHe whispers, “Was it worth it?”\nAnd no one answers.
|
103 |
+
```
|
104 |
+
|
105 |
|
106 |
## Deploy as Server
|
107 |
|