Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: keras-nlp
|
3 |
pipeline_tag: text-generation
|
|
|
|
|
4 |
---
|
5 |
This is a [`Gemma` model](https://keras.io/api/keras_nlp/models/gemma) uploaded using the KerasNLP library and can be used with JAX, TensorFlow, and PyTorch backends.
|
6 |
This model is related to a `CausalLM` task.
|
@@ -25,4 +27,4 @@ Model config:
|
|
25 |
* **sliding_window_size:** 4096
|
26 |
* **use_sliding_window_attention:** True
|
27 |
|
28 |
-
This model card has been generated automatically and should be completed by the model author. See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more information.
|
|
|
1 |
---
|
2 |
library_name: keras-nlp
|
3 |
pipeline_tag: text-generation
|
4 |
+
base_model:
|
5 |
+
- google/gemma-2-2b-it
|
6 |
---
|
7 |
This is a [`Gemma` model](https://keras.io/api/keras_nlp/models/gemma) uploaded using the KerasNLP library and can be used with JAX, TensorFlow, and PyTorch backends.
|
8 |
This model is related to a `CausalLM` task.
|
|
|
27 |
* **sliding_window_size:** 4096
|
28 |
* **use_sliding_window_attention:** True
|
29 |
|
30 |
+
This model card has been generated automatically and should be completed by the model author. See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more information.
|