Upload FunctionGemma tool-calling fine-tune
Browse files- README.md +2 -0
- config.json +1 -1
- conversion_tokenizer_source.json +5 -0
- generation_config.json +1 -1
- model.safetensors +1 -1
- tokenizer.model +3 -0
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -13,3 +13,5 @@ tags:
|
|
| 13 |
Fine-tuned from `google/functiongemma-270m-it` on this repository's Vietnamese banking tool-calling dataset.
|
| 14 |
|
| 15 |
The model is intended for FunctionGemma-style chat templates with tool schemas passed to `tokenizer.apply_chat_template(..., tools=...)`.
|
|
|
|
|
|
|
|
|
| 13 |
Fine-tuned from `google/functiongemma-270m-it` on this repository's Vietnamese banking tool-calling dataset.
|
| 14 |
|
| 15 |
The model is intended for FunctionGemma-style chat templates with tool schemas passed to `tokenizer.apply_chat_template(..., tools=...)`.
|
| 16 |
+
|
| 17 |
+
This repo also includes `tokenizer.model` for MediaPipe / Flutter Gemma `.task` conversion.
|
config.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
},
|
| 56 |
"sliding_window": 512,
|
| 57 |
"tie_word_embeddings": true,
|
| 58 |
-
"transformers_version": "5.
|
| 59 |
"use_bidirectional_attention": false,
|
| 60 |
"use_cache": false,
|
| 61 |
"vocab_size": 262144
|
|
|
|
| 55 |
},
|
| 56 |
"sliding_window": 512,
|
| 57 |
"tie_word_embeddings": true,
|
| 58 |
+
"transformers_version": "5.9.0",
|
| 59 |
"use_bidirectional_attention": false,
|
| 60 |
"use_cache": false,
|
| 61 |
"vocab_size": 262144
|
conversion_tokenizer_source.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tokenizer_model_id": "google/functiongemma-270m-it",
|
| 3 |
+
"copied_from": "checkpoints/functiongemma-270m-it-banking-tool-calling/_tokenizer_assets/google__functiongemma-270m-it/tokenizer.model",
|
| 4 |
+
"saved_as": "checkpoints/functiongemma-270m-it-banking-tool-calling/tokenizer.model"
|
| 5 |
+
}
|
generation_config.json
CHANGED
|
@@ -11,5 +11,5 @@
|
|
| 11 |
"pad_token_id": 0,
|
| 12 |
"top_k": 64,
|
| 13 |
"top_p": 0.95,
|
| 14 |
-
"transformers_version": "5.
|
| 15 |
}
|
|
|
|
| 11 |
"pad_token_id": 0,
|
| 12 |
"top_k": 64,
|
| 13 |
"top_p": 0.95,
|
| 14 |
+
"transformers_version": "5.9.0"
|
| 15 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 536223056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08fd56d03995c508f932d897c6f945c575cb6daea619ae01a46db7e73c511724
|
| 3 |
size 536223056
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa009fcbc3589a9904d30d04834094fea4653c2ac6d2de2cd1262d4f7a50ceb3
|
| 3 |
+
size 4689144
|
tokenizer_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"eos_token": "<eos>",
|
| 8 |
"image_token": "<image_soft_token>",
|
| 9 |
"is_local": false,
|
| 10 |
-
"local_files_only":
|
| 11 |
"mask_token": "<mask>",
|
| 12 |
"model_max_length": 1000000000000000019884624838656,
|
| 13 |
"model_specific_special_tokens": {
|
|
|
|
| 7 |
"eos_token": "<eos>",
|
| 8 |
"image_token": "<image_soft_token>",
|
| 9 |
"is_local": false,
|
| 10 |
+
"local_files_only": false,
|
| 11 |
"mask_token": "<mask>",
|
| 12 |
"model_max_length": 1000000000000000019884624838656,
|
| 13 |
"model_specific_special_tokens": {
|