likejazz commited on
Commit
6884bc2
·
verified ·
1 Parent(s): a65316c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ base_model:
8
  ---
9
 
10
  > [!Note]
11
- > # Qwen3-DNA-Lite
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.