Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,8 @@ tags:
|
|
15 |
1. **Enhanced General Knowledge**: The model provides broad knowledge across various domains, improving capabilities in answering questions accurately and generating coherent responses.
|
16 |
2. **Improved Instruction Following**: Significant advancements in understanding and following complex instructions, generating structured responses, and maintaining coherence over extended interactions.
|
17 |
3. **Versatile Adaptability**: More resilient to diverse prompts, enhancing its ability to handle a wide range of topics and conversation styles, including open-ended and structured inquiries.
|
18 |
-
4. **Long-Context Support**: Supports up to 128K tokens for input context and can generate up to 8K tokens in a single output, making it ideal for detailed responses.
|
19 |
-
|
20 |
-
|
21 |
## **Quickstart with transformers**
|
22 |
|
23 |
Here is a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and generate content:
|
|
|
15 |
1. **Enhanced General Knowledge**: The model provides broad knowledge across various domains, improving capabilities in answering questions accurately and generating coherent responses.
|
16 |
2. **Improved Instruction Following**: Significant advancements in understanding and following complex instructions, generating structured responses, and maintaining coherence over extended interactions.
|
17 |
3. **Versatile Adaptability**: More resilient to diverse prompts, enhancing its ability to handle a wide range of topics and conversation styles, including open-ended and structured inquiries.
|
18 |
+
4. **Long-Context Support**: Supports up to 128K tokens for input context and can generate up to 8K tokens in a single output, making it ideal for detailed responses.
|
19 |
+
|
|
|
20 |
## **Quickstart with transformers**
|
21 |
|
22 |
Here is a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and generate content:
|