Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,8 @@ tags:
|
|
23 |
1. **Enhanced General Knowledge**: The model provides broad knowledge across various domains, improving capabilities in answering questions accurately and generating coherent responses.
|
24 |
2. **Improved Instruction Following**: Significant advancements in understanding and following complex instructions, generating structured responses, and maintaining coherence over extended interactions.
|
25 |
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.
|
26 |
-
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.
|
27 |
-
|
28 |
-
|
29 |
## **Quickstart with transformers**
|
30 |
|
31 |
Here is a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and generate content:
|
|
|
23 |
1. **Enhanced General Knowledge**: The model provides broad knowledge across various domains, improving capabilities in answering questions accurately and generating coherent responses.
|
24 |
2. **Improved Instruction Following**: Significant advancements in understanding and following complex instructions, generating structured responses, and maintaining coherence over extended interactions.
|
25 |
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.
|
26 |
+
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.
|
27 |
+
|
|
|
28 |
## **Quickstart with transformers**
|
29 |
|
30 |
Here is a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and generate content:
|