Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"module": "
|
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": "
|
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 |
}
|