keras-hub-nightly 0.22.0.dev202508140419__py3-none-any.whl → 0.22.0.dev202508150418__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- keras_hub/src/models/gemma3/gemma3_presets.py +25 -0
- keras_hub/src/version.py +1 -1
- {keras_hub_nightly-0.22.0.dev202508140419.dist-info → keras_hub_nightly-0.22.0.dev202508150418.dist-info}/METADATA +1 -1
- {keras_hub_nightly-0.22.0.dev202508140419.dist-info → keras_hub_nightly-0.22.0.dev202508150418.dist-info}/RECORD +6 -6
- {keras_hub_nightly-0.22.0.dev202508140419.dist-info → keras_hub_nightly-0.22.0.dev202508150418.dist-info}/WHEEL +0 -0
- {keras_hub_nightly-0.22.0.dev202508140419.dist-info → keras_hub_nightly-0.22.0.dev202508150418.dist-info}/top_level.txt +0 -0
|
@@ -156,4 +156,29 @@ backbone_presets = {
|
|
|
156
156
|
},
|
|
157
157
|
"kaggle_handle": "kaggle://keras/gemma3/keras/gemma3_instruct_27b/2",
|
|
158
158
|
},
|
|
159
|
+
"gemma3_270m": {
|
|
160
|
+
"metadata": {
|
|
161
|
+
"description": (
|
|
162
|
+
"270-million parameter(170m embedding,100m transformer params) "
|
|
163
|
+
"model, 18-layer, text-only designed for hyper-efficient AI, "
|
|
164
|
+
"particularly for task-specific fine-tuning."
|
|
165
|
+
),
|
|
166
|
+
"params": 270000000,
|
|
167
|
+
"path": "gemma3",
|
|
168
|
+
},
|
|
169
|
+
"kaggle_handle": "kaggle://keras/gemma3/keras/gemma3_270m/1",
|
|
170
|
+
},
|
|
171
|
+
"gemma3_instruct_270m": {
|
|
172
|
+
"metadata": {
|
|
173
|
+
"description": (
|
|
174
|
+
"270-million parameter(170m embedding,100m transformer params) "
|
|
175
|
+
"model, 18-layer, text-only,instruction-tuned model designed "
|
|
176
|
+
"for hyper-efficient AI, particularly for task-specific "
|
|
177
|
+
"fine-tuning."
|
|
178
|
+
),
|
|
179
|
+
"params": 270000000,
|
|
180
|
+
"path": "gemma3",
|
|
181
|
+
},
|
|
182
|
+
"kaggle_handle": "kaggle://keras/gemma3/keras/gemma3_instruct_270m/1",
|
|
183
|
+
},
|
|
159
184
|
}
|
keras_hub/src/version.py
CHANGED
|
@@ -5,7 +5,7 @@ keras_hub/models/__init__.py,sha256=UXMwKVZ7bg-AOrq2xsl8M0idUAS89pkdCvQKhzL-D3I,
|
|
|
5
5
|
keras_hub/samplers/__init__.py,sha256=aFQIkiqbZpi8vjrPp2MVII4QUfE-eQjra5fMeHsoy7k,886
|
|
6
6
|
keras_hub/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
keras_hub/src/api_export.py,sha256=9pQZK27JObxWZ96QPLBp1OBsjWigh1iuV6RglPGMRk0,1499
|
|
8
|
-
keras_hub/src/version.py,sha256=
|
|
8
|
+
keras_hub/src/version.py,sha256=8ULhI0YoQ-s8bQ-wwPngM861cKsaz59DSceUp8RQkJQ,222
|
|
9
9
|
keras_hub/src/layers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
keras_hub/src/layers/modeling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
keras_hub/src/layers/modeling/alibi_bias.py,sha256=1XBTHI52L_iJDhN_w5ydu_iMhCuTgQAxEPwcLA6BPuk,4411
|
|
@@ -223,7 +223,7 @@ keras_hub/src/models/gemma3/gemma3_causal_lm_preprocessor.py,sha256=vjt4N-zr0Eb5
|
|
|
223
223
|
keras_hub/src/models/gemma3/gemma3_decoder_block.py,sha256=6PLlpDxxF67stDv74fw9nNgUHBWmTLx6qGygJwyu5FY,10819
|
|
224
224
|
keras_hub/src/models/gemma3/gemma3_image_converter.py,sha256=czi5JrTyKiK0nFzvonviBIX8jjvLHqvGNA9RyheB31k,536
|
|
225
225
|
keras_hub/src/models/gemma3/gemma3_interleave_embeddings.py,sha256=CfYdudk5En9iU6vEnrcrEWIztloD1r8VzF2extqAhAM,4616
|
|
226
|
-
keras_hub/src/models/gemma3/gemma3_presets.py,sha256=
|
|
226
|
+
keras_hub/src/models/gemma3/gemma3_presets.py,sha256=zImhhDlwbo33TyoOUE5L8DewSuUSUgFGNnW3yG5fEvQ,6105
|
|
227
227
|
keras_hub/src/models/gemma3/gemma3_tokenizer.py,sha256=ZaBclFIwzJkSXDuZMBQLHUKV8RWEdZ_dsJMvMcc3qXw,3215
|
|
228
228
|
keras_hub/src/models/gemma3/gemma3_vision_encoder.py,sha256=7XI0oBjIfJItV5w90t5bWb3C2KzjhvDnIC7wjIq4Cns,20850
|
|
229
229
|
keras_hub/src/models/gemma3/rms_normalization.py,sha256=fku-JEo2sNy-ytX7ySD1sRzdhRAPmYex_z8oFk1NiG8,833
|
|
@@ -546,7 +546,7 @@ keras_hub/src/utils/transformers/export/gemma.py,sha256=NpTSgRUSWp3WXQil1CjYUVFV
|
|
|
546
546
|
keras_hub/src/utils/transformers/export/hf_exporter.py,sha256=oTdRS8SalPCbi_cZPC55aZUBc-1_pdviUIp0XysA4cI,3234
|
|
547
547
|
keras_hub/tokenizers/__init__.py,sha256=gQIESc4erRLuwxHyxtYy_Z0ePQXw_uhXAa4GVHMffYk,4244
|
|
548
548
|
keras_hub/utils/__init__.py,sha256=jXPqVGBpJr_PpYmqD8aDG-fRMlxH-ulqCR2SZMn288Y,646
|
|
549
|
-
keras_hub_nightly-0.22.0.
|
|
550
|
-
keras_hub_nightly-0.22.0.
|
|
551
|
-
keras_hub_nightly-0.22.0.
|
|
552
|
-
keras_hub_nightly-0.22.0.
|
|
549
|
+
keras_hub_nightly-0.22.0.dev202508150418.dist-info/METADATA,sha256=bvUNyqiksQWzi9WdUrytwx5kDOVytrTCwvKWSUgXDI4,7395
|
|
550
|
+
keras_hub_nightly-0.22.0.dev202508150418.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
551
|
+
keras_hub_nightly-0.22.0.dev202508150418.dist-info/top_level.txt,sha256=N4J6piIWBKa38A4uV-CnIopnOEf8mHAbkNXafXm_CuA,10
|
|
552
|
+
keras_hub_nightly-0.22.0.dev202508150418.dist-info/RECORD,,
|
|
File without changes
|