Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
datasets:
|
|
|
|
| 4 |
- wmt/wmt19
|
| 5 |
language:
|
| 6 |
- en
|
|
@@ -16,7 +17,7 @@ English | [简体中文](README_zh-CN.md)
|
|
| 16 |
|
| 17 |
## Introduction
|
| 18 |
|
| 19 |
-
NanoTranslator-immersive_translate-0.5B is a model specifically designed for **Chinese-English bilingual** translation, trained on [
|
| 20 |
|
| 21 |
This model is trained following the [Immersive Translate](https://immersivetranslate.com/) prompt format and can be deployed as an OpenAI format interface using tools like vllm and lmdeploy for utilization.
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
license: gpl-3.0
|
| 3 |
datasets:
|
| 4 |
+
- Mxode/BiST
|
| 5 |
- wmt/wmt19
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
| 17 |
|
| 18 |
## Introduction
|
| 19 |
|
| 20 |
+
NanoTranslator-immersive_translate-0.5B is a model specifically designed for **Chinese-English bilingual** translation, trained on [BiST](https://huggingface.co/datasets/Mxode/BiST) and [wmt19](https://huggingface.co/datasets/wmt/wmt19), based on [Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct).
|
| 21 |
|
| 22 |
This model is trained following the [Immersive Translate](https://immersivetranslate.com/) prompt format and can be deployed as an OpenAI format interface using tools like vllm and lmdeploy for utilization.
|
| 23 |
|