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.
@@ -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
@@ -1,7 +1,7 @@
1
1
  from keras_hub.src.api_export import keras_hub_export
2
2
 
3
3
  # Unique source of truth for the version number.
4
- __version__ = "0.22.0.dev202508140419"
4
+ __version__ = "0.22.0.dev202508150418"
5
5
 
6
6
 
7
7
  @keras_hub_export("keras_hub.version")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keras-hub-nightly
3
- Version: 0.22.0.dev202508140419
3
+ Version: 0.22.0.dev202508150418
4
4
  Summary: Pretrained models for Keras.
5
5
  Author-email: Keras team <keras-users@googlegroups.com>
6
6
  License-Expression: Apache-2.0
@@ -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=cvWGyJkZFd-yHG--qkMN58JFqhHaSPHDxkqsRUvNs0w,222
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=tVxug3rX3w_lqZlFfyqUlVdOrfBjN0GJY5ooBx1Fe0M,5124
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.dev202508140419.dist-info/METADATA,sha256=fWp2bszOsVXkWuBituiIzhaEi47PdPePBMvy0ufhYP8,7395
550
- keras_hub_nightly-0.22.0.dev202508140419.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
551
- keras_hub_nightly-0.22.0.dev202508140419.dist-info/top_level.txt,sha256=N4J6piIWBKa38A4uV-CnIopnOEf8mHAbkNXafXm_CuA,10
552
- keras_hub_nightly-0.22.0.dev202508140419.dist-info/RECORD,,
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,,