Testament200156 commited on
Commit
e48cb17
·
1 Parent(s): 0ffbd15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  ### About this model
2
  This was created purely as an attempt to turn MedGemma-27B into a thinking and reasoning model.
3
  I will share it with everyone, so I would appreciate your feedback.
@@ -14,4 +24,18 @@ I will share it with everyone, so I would appreciate your feedback.
14
 
15
  ###Why is there no safetensors file?
16
  To be honest, I created this using only what I could currently do at home, so I wanted some feedback.
17
- If it proves popular, I'll upload it, so please create a discussion.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ base_model:
4
+ - google/medgemma-27b-it
5
+ tags:
6
+ - medical
7
+ - Gemma3
8
+ pipeline_tag: image-text-to-text
9
+ library_name: transformers
10
+ ---
11
  ### About this model
12
  This was created purely as an attempt to turn MedGemma-27B into a thinking and reasoning model.
13
  I will share it with everyone, so I would appreciate your feedback.
 
24
 
25
  ###Why is there no safetensors file?
26
  To be honest, I created this using only what I could currently do at home, so I wanted some feedback.
27
+ If it proves popular, I'll upload it, so please create a discussion.
28
+
29
+ ```yaml
30
+ models:
31
+ - model: gemma3-thinking(Original blend)
32
+ parameters:
33
+ weight: 1.0
34
+ - model: google/medgemma-27b-it
35
+ parameters:
36
+ weight: 1.618033988749
37
+ merge_method: nuslerp
38
+ tokenizer_source: google/medgemma-27b-it
39
+ dtype: bfloat16
40
+
41
+ ```