Adapters
French
Simonc-44 commited on
Commit
426d602
·
verified ·
1 Parent(s): c995fec

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "module": "keras_hub.src.models.gemma3.gemma3_backbone",
3
- "class_name": "Gemma3Backbone",
4
  "config": {
5
- "name": "gemma3_backbone",
6
  "trainable": true,
7
  "vocabulary_size": 262144,
8
  "image_size": null,
@@ -26,5 +26,5 @@
26
  "layer_norm_epsilon": 1e-06,
27
  "dropout": 0
28
  },
29
- "registered_name": "keras_hub>Gemma3Backbone"
30
  }
 
1
  {
2
+ "module": "keras_hub.src.models.cygnis.cygnisa3_backbone",
3
+ "class_name": "cygnisa3Backbone",
4
  "config": {
5
+ "name": "cygnisa3_backbone",
6
  "trainable": true,
7
  "vocabulary_size": 262144,
8
  "image_size": null,
 
26
  "layer_norm_epsilon": 1e-06,
27
  "dropout": 0
28
  },
29
+ "registered_name": "keras_hub>cygnisa3Backbone"
30
  }