harishnair04
commited on
Commit
•
8da8684
1
Parent(s):
9f5d75e
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
This is a [`Gemma` model](https://keras.io/api/keras_hub/models/gemma) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
|
6 |
This model is related to a `CausalLM` task.
|
@@ -25,4 +34,4 @@ Model config:
|
|
25 |
* **sliding_window_size:** 4096
|
26 |
* **use_sliding_window_attention:** False
|
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-hub
|
3 |
pipeline_tag: text-generation
|
4 |
+
license: apache-2.0
|
5 |
+
datasets:
|
6 |
+
- harishnair04/mtsamples
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
base_model:
|
10 |
+
- google/gemma-2-2b
|
11 |
+
tags:
|
12 |
+
- LoRA
|
13 |
---
|
14 |
This is a [`Gemma` model](https://keras.io/api/keras_hub/models/gemma) uploaded using the KerasHub library and can be used with JAX, TensorFlow, and PyTorch backends.
|
15 |
This model is related to a `CausalLM` task.
|
|
|
34 |
* **sliding_window_size:** 4096
|
35 |
* **use_sliding_window_attention:** False
|
36 |
|
37 |
+
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.
|