viktoroo commited on
Commit
a3e3afe
·
verified ·
1 Parent(s): cbd86ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -10,6 +10,21 @@ extra_gated_button_content: Acknowledge license
10
  base_model: google/gemma-3-4b-pt
11
  ---
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  # Gemma 3 model card
14
 
15
  **Model Page**: [Gemma](https://ai.google.dev/gemma/docs/core)
 
10
  base_model: google/gemma-3-4b-pt
11
  ---
12
 
13
+ > [!WARNING]
14
+ > # DISCLAIMER
15
+ > This repository is a repack of `google/gemma-3-4b-it`.
16
+ >
17
+ > No model weights were modified. No additional fine-tuning was performed.
18
+ > The only change is an updated `chat_template` in `tokenizer_config.json`.
19
+ >
20
+ > The new chat template:
21
+ > - injects a system prompt if none is provided,
22
+ > - documents available external tools,
23
+ > - defines a function-calling protocol using `<tool_call>` and `<tool_response>` blocks.
24
+ >
25
+ > 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.
26
+
27
+
28
  # Gemma 3 model card
29
 
30
  **Model Page**: [Gemma](https://ai.google.dev/gemma/docs/core)