lmassaron commited on
Commit
ede42b8
·
verified ·
1 Parent(s): 7d425ea

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: gemma-3-270M-it-function_calling
5
  tags:
6
  - generated_from_trainer
7
- - sft
8
  - trl
 
9
  licence: license
10
  ---
11
 
 
4
  model_name: gemma-3-270M-it-function_calling
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - sft
9
  licence: license
10
  ---
11
 
adapter_config.json CHANGED
@@ -25,15 +25,15 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
  "lm_head",
30
- "up_proj",
31
  "gate_proj",
32
  "down_proj",
33
- "embed_tokens",
34
- "v_proj",
35
  "k_proj",
36
- "o_proj"
 
 
 
37
  ],
38
  "target_parameters": null,
39
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
28
  "lm_head",
 
29
  "gate_proj",
30
  "down_proj",
31
+ "q_proj",
 
32
  "k_proj",
33
+ "embed_tokens",
34
+ "up_proj",
35
+ "o_proj",
36
+ "v_proj"
37
  ],
38
  "target_parameters": null,
39
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d8a336bddf0659c1f5bd3cdb4942ee09797e37e2bfa0770a88d5d4458aa69d3
3
  size 719971224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2553b11b420b62551dfef5d5eea9327daf04f85728bd80b05ca7591038509116
3
  size 719971224
special_tokens_map.json CHANGED
@@ -20,7 +20,13 @@
20
  "single_word": false
21
  },
22
  "eoi_token": "<end_of_image>",
23
- "eos_token": "<eos>",
 
 
 
 
 
 
24
  "image_token": "<image_soft_token>",
25
  "pad_token": {
26
  "content": "<pad>",
 
20
  "single_word": false
21
  },
22
  "eoi_token": "<end_of_image>",
23
+ "eos_token": {
24
+ "content": "<eos>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
  "image_token": "<image_soft_token>",
31
  "pad_token": {
32
  "content": "<pad>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ab4535d66b16e44f75ccfab567d8ccea46a48a75cf2dfa7ba65241d6686c395
3
  size 6161
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4980fd93bf3f478c21f1e6cb0ace8371a06549915f692817c9b5f46c457dcdfd
3
  size 6161