Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,20 @@ base_model:
|
|
| 17 |
|
| 18 |

|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
## Table of Contents
|
| 21 |
|
| 22 |
1. [Model Summary](##model-summary)
|
|
|
|
| 17 |
|
| 18 |

|
| 19 |
|
| 20 |
+
> [!WARNING]
|
| 21 |
+
> # DISCLAIMER
|
| 22 |
+
> This repository is a repack of `HuggingFaceTB/SmolLM2-360M-Instruct`.
|
| 23 |
+
>
|
| 24 |
+
> No model weights were modified. No additional fine-tuning was performed.
|
| 25 |
+
> The only change is an updated `chat_template` in `tokenizer_config.json`.
|
| 26 |
+
>
|
| 27 |
+
> The new chat template:
|
| 28 |
+
> - injects a system prompt if none is provided,
|
| 29 |
+
> - documents available external tools,
|
| 30 |
+
> - defines a function-calling protocol using `<tool_call>` and `<tool_response>` blocks.
|
| 31 |
+
>
|
| 32 |
+
> Because the weights are unchanged, behavior, capabilities, and safety limitations are inherited directly from the original `SmolLM2-360M-Instruct` checkpoint. The model has not been trained or aligned to actually follow the new tool-calling protocol. It may produce malformed tool calls or incorrect tool usage without further fine-tuning.
|
| 33 |
+
|
| 34 |
## Table of Contents
|
| 35 |
|
| 36 |
1. [Model Summary](##model-summary)
|