Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ base_model:
|
|
| 8 |
---
|
| 9 |
|
| 10 |
> [!Note]
|
| 11 |
-
> # Qwen3-
|
| 12 |
> A collection of Qwen3 models patched by [Dnotitia](https://huggingface.co/dnotitia). These models use the exact same weights as the official Qwen3 release but include updates for better training compatibility:
|
| 13 |
> - Refactored Chat Template: The `chat_template` has been neatly organized into a separate `chat_template.jinja` file.
|
| 14 |
> - TRL Compatibility: We have injected `{% generation %}` tags into the template to support `assistant_only_loss` in the trl library.
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
> [!Note]
|
| 11 |
+
> # Qwen3-ChatTemplate
|
| 12 |
> A collection of Qwen3 models patched by [Dnotitia](https://huggingface.co/dnotitia). These models use the exact same weights as the official Qwen3 release but include updates for better training compatibility:
|
| 13 |
> - Refactored Chat Template: The `chat_template` has been neatly organized into a separate `chat_template.jinja` file.
|
| 14 |
> - TRL Compatibility: We have injected `{% generation %}` tags into the template to support `assistant_only_loss` in the trl library.
|