Update README.md
Browse files
README.md
CHANGED
|
@@ -20,40 +20,6 @@ Training followed a multi-stage pipeline consisting of Continued Pre-Training (C
|
|
| 20 |
## License
|
| 21 |
GOVERNING TERMS: The NIM container is governed by the [NVIDIA Software License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-software-license-agreement/) and [Product-Specific Terms for AI Products](https://www.nvidia.com/en-us/agreements/enterprise-software/product-specific-terms-for-ai-products/). Use of this model is governed by the [NVIDIA Community Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-community-models-license/). ADDITIONAL INFORMATION: [Apache 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md). <br>
|
| 22 |
|
| 23 |
-
## Prompt Format:
|
| 24 |
-
|
| 25 |
-
Optimal performance is achieved when using the prompt shown below.
|
| 26 |
-
```
|
| 27 |
-
<s>System
|
| 28 |
-
{system prompt}</s>
|
| 29 |
-
<s>User
|
| 30 |
-
{user prompt}</s>
|
| 31 |
-
<s>Assistant\n
|
| 32 |
-
```
|
| 33 |
-
- Note that a newline character (\n) should be added after `<s>Assistant` as a generation prompt.
|
| 34 |
-
- Note that users are required to use the correct language name in the prompt:
|
| 35 |
-
'ar': 'Arabic',
|
| 36 |
-
'en': 'English',
|
| 37 |
-
'de': 'German',
|
| 38 |
-
'es-es': 'European Spanish',
|
| 39 |
-
'es-us': 'Latin American Spanish',
|
| 40 |
-
'fr': 'French',
|
| 41 |
-
'ja': 'Japanese',
|
| 42 |
-
'ko': 'Korean',
|
| 43 |
-
'ru': 'Russian',
|
| 44 |
-
'zh-cn': 'Simplified Chinese',
|
| 45 |
-
'zh-tw': 'Traditional Chinese',
|
| 46 |
-
'pt-br': 'Brazilian Portuguese'
|
| 47 |
-
|
| 48 |
-
For example, to translate an English sentence into Simplified Chinese:
|
| 49 |
-
```
|
| 50 |
-
<s>System
|
| 51 |
-
You are an expert at translating text from English to Simplified Chinese.</s>
|
| 52 |
-
<s>User
|
| 53 |
-
What is the Simplified Chinese translation of the sentence: The GRACE mission is a collaboration between the NASA and German Aerospace Center.?</s>
|
| 54 |
-
<s>Assistant
|
| 55 |
-
```
|
| 56 |
-
|
| 57 |
## Quick Start Guide
|
| 58 |
|
| 59 |
### How to Choose the Language Pair
|
|
|
|
| 20 |
## License
|
| 21 |
GOVERNING TERMS: The NIM container is governed by the [NVIDIA Software License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-software-license-agreement/) and [Product-Specific Terms for AI Products](https://www.nvidia.com/en-us/agreements/enterprise-software/product-specific-terms-for-ai-products/). Use of this model is governed by the [NVIDIA Community Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-community-models-license/). ADDITIONAL INFORMATION: [Apache 2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md). <br>
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## Quick Start Guide
|
| 24 |
|
| 25 |
### How to Choose the Language Pair
|