andhakanoon commited on
Commit
68e8006
·
verified ·
1 Parent(s): 8cb4761

adapter card: license is Apache 2.0, same as the Gemma 4 base

Browse files
Files changed (1) hide show
  1. adapter/README.md +2 -2
adapter/README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: unsloth/diffusiongemma-26B-A4B-it
3
  library_name: peft
4
- license: gemma
5
  tags:
6
  - lora
7
  - diffusion-language-model
@@ -21,5 +21,5 @@ the decoder only and gives a different model; call `.merge_and_unload()` to repr
21
  weights, or use the merged checkpoint in the parent repo, which is what every published number
22
  was measured on.
23
 
24
- Published by Thesys under the Gemma Terms of Use; the base license and its use restrictions apply.
25
  See the parent repo's model card for results, serving settings and usage.
 
1
  ---
2
  base_model: unsloth/diffusiongemma-26B-A4B-it
3
  library_name: peft
4
+ license: apache-2.0
5
  tags:
6
  - lora
7
  - diffusion-language-model
 
21
  weights, or use the merged checkpoint in the parent repo, which is what every published number
22
  was measured on.
23
 
24
+ Published by Thesys under Apache 2.0, the same license as the base model (Gemma 4 license: https://ai.google.dev/gemma/docs/gemma_4_license).
25
  See the parent repo's model card for results, serving settings and usage.