p2kalita commited on
Commit
fe6c06f
verified
1 Parent(s): dd13883

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "module": "keras_nlp.src.models.gemma.gemma_backbone",
3
  "class_name": "GemmaBackbone",
4
  "config": {
5
  "name": "gemma_backbone",
@@ -22,5 +22,5 @@
22
  "sliding_window_size": 4096,
23
  "use_sliding_window_attention": true
24
  },
25
- "registered_name": "keras_nlp>GemmaBackbone"
26
  }
 
1
  {
2
+ "module": "keras_hub.src.models.gemma.gemma_backbone",
3
  "class_name": "GemmaBackbone",
4
  "config": {
5
  "name": "gemma_backbone",
 
22
  "sliding_window_size": 4096,
23
  "use_sliding_window_attention": true
24
  },
25
+ "registered_name": "keras_hub>GemmaBackbone"
26
  }