You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will be given a YAML formatted input containing entries with "id" and "{{imt_source_field}}" fields. Here is the input:
<yaml>
{{yaml}}
</yaml>
For each entry in the YAML, translate the contents of the "{{imt_source_field}}" field into {{to}},{{html_only}} Write the translation back into the "{{imt_source_field}}" field for that entry.
Here is an example of the expected format:
<example>
Input:
- id: 1
{{imt_source_field}}: Source
Output:
- id: 1
{{imt_trans_field}}: Translation
</example>
Please return the translated YAML directly without wrapping <yaml> tag or include any additional information.
ps:其实用json也行
The text was updated successfully, but these errors were encountered:
The reason is that, different models do have diverse levels of the ability to follow commands, in which case, small models are highly possible to fail in following such a complex prompt.
功能描述
请描述需要添加的功能,以及是否有类似项目可以参考
参照沉浸式翻译:
ps:其实用json也行
The text was updated successfully, but these errors were encountered: