File size: 1,084 Bytes
e48cb17 f8dd1e2 e48cb17 1000237 e48cb17 aae6373 e48cb17 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
license: gemma
finetune:
- google/medgemma-27b-it
tags:
- medical
- Gemma3
pipeline_tag: image-text-to-text
library_name: transformers
base_model:
- google/medgemma-27b-it
---
### About this model
This was created purely as an attempt to turn MedGemma-27B into a thinking and reasoning model.
I will share it with everyone, so I would appreciate your feedback.
###Model Source
1. Merged publicly available Gemma3 models with outstanding scientific reasoning.
2. google/medgemma-27b-it
###What the model can do
1. Medical reasoning
2. Simple scientific reasoning
3. Simple coding and calculations
4. Tool calls
###Why is there no safetensors file?
To be honest, I created this using only what I could currently do at home, so I wanted some feedback.
If it proves popular, I'll upload it, so please create a discussion.
```yaml
models:
- model: gemma3-thinking(Original blend)
parameters:
weight: 1.0
- model: google/medgemma-27b-it
parameters:
weight: 1.618033988749
merge_method: nuslerp
tokenizer_source: google/medgemma-27b-it
dtype: bfloat16
``` |