darmasrmz commited on
Commit
9d479b3
·
verified ·
1 Parent(s): 3333d98

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -1,23 +1,17 @@
1
  ---
2
- base_model: google/medgemma-4b-it
3
  library_name: transformers
4
  model_name: dentalgemma
5
  tags:
6
  - generated_from_trainer
7
- - trl
8
  - sft
 
9
  licence: license
10
- license: mit
11
- datasets:
12
- - darmasrmz/radiograph_dental
13
- language:
14
- - en
15
- pipeline_tag: image-text-to-text
16
  ---
17
 
18
  # Model Card for dentalgemma
19
 
20
- This model is a fine-tuned version of [google/medgemma-4b-it](https://huggingface.co/google/medgemma-4b-it).
21
  It has been trained using [TRL](https://github.com/huggingface/trl).
22
 
23
  ## Quick start
 
1
  ---
2
+ base_model: google/medgemma-1.5-4b-it
3
  library_name: transformers
4
  model_name: dentalgemma
5
  tags:
6
  - generated_from_trainer
 
7
  - sft
8
+ - trl
9
  licence: license
 
 
 
 
 
 
10
  ---
11
 
12
  # Model Card for dentalgemma
13
 
14
+ This model is a fine-tuned version of [google/medgemma-1.5-4b-it](https://huggingface.co/google/medgemma-1.5-4b-it).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
adapter_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
- "base_model_name_or_path": "google/medgemma-4b-it",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
@@ -32,16 +32,16 @@
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
- "q_proj",
36
- "gate_proj",
37
  "v_proj",
38
- "k_proj",
39
- "up_proj",
40
- "o_proj",
41
  "fc2",
 
42
  "fc1",
 
43
  "down_proj",
44
- "out_proj"
 
 
 
45
  ],
46
  "target_parameters": null,
47
  "task_type": "CAUSAL_LM",
 
3
  "alpha_pattern": {},
4
  "arrow_config": null,
5
  "auto_mapping": null,
6
+ "base_model_name_or_path": "google/medgemma-1.5-4b-it",
7
  "bias": "none",
8
  "corda_config": null,
9
  "ensure_weight_tying": false,
 
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
 
 
35
  "v_proj",
 
 
 
36
  "fc2",
37
+ "out_proj",
38
  "fc1",
39
+ "q_proj",
40
  "down_proj",
41
+ "gate_proj",
42
+ "o_proj",
43
+ "k_proj",
44
+ "up_proj"
45
  ],
46
  "target_parameters": null,
47
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:187556779943891685fa542774bdff6561661e92fadca23a3f36cd7a2b957661
3
  size 2762134176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71146705fb8d57dff1dc5954bb4888178f88736ca5a4779a06d08682e414c0d
3
  size 2762134176
processor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "image_processor": {
3
  "data_format": "channels_first",
4
- "do_convert_rgb": null,
5
  "do_normalize": true,
6
  "do_rescale": true,
7
  "do_resize": true,
 
1
  {
2
  "image_processor": {
3
  "data_format": "channels_first",
4
+ "do_convert_rgb": true,
5
  "do_normalize": true,
6
  "do_rescale": true,
7
  "do_resize": true,
runs/Feb23_06-26-40_192-222-52-209/events.out.tfevents.1771828000.192-222-52-209.34060.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d5b4897d93392b8ed2c4202df2833420a3fb1f691220da81548b0bf985ac51
3
+ size 7511
runs/Feb23_06-36-12_192-222-52-209/events.out.tfevents.1771828572.192-222-52-209.34060.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84d1d1bbed6c6a541fc7dbdaa049617f6ed40236ac06d30368fa27c7e884bc9
3
+ size 7514
runs/Feb23_06-38-37_192-222-52-209/events.out.tfevents.1771828717.192-222-52-209.34060.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce71ea87b3b4bf62c09505deee9e7b9b5d18d7a390b44bb6bcd99087d1ce9a7b
3
+ size 11544
tokenizer_config.json CHANGED
@@ -15,6 +15,7 @@
15
  "image_token": "<image_soft_token>"
16
  },
17
  "pad_token": "<pad>",
 
18
  "processor_class": "Gemma3Processor",
19
  "sp_model_kwargs": null,
20
  "spaces_between_special_tokens": false,
 
15
  "image_token": "<image_soft_token>"
16
  },
17
  "pad_token": "<pad>",
18
+ "padding_side": "right",
19
  "processor_class": "Gemma3Processor",
20
  "sp_model_kwargs": null,
21
  "spaces_between_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02a8565b9f58b643f9efa3fb4e81a54008382b394d4b5fa35e29d38a4def480d
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0089a2dfe17875840a892c6181bd86491d9eadb8c58c9a68ae8ef388322312c7
3
  size 5713