prasadsachin commited on
Commit
0d47958
·
verified ·
1 Parent(s): a8d9f62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,5 +1,13 @@
1
  ---
2
  library_name: keras-hub
 
 
 
 
 
 
 
 
3
  ---
4
  ## Model Overview
5
  Gemma is Google's family of lightweight, state-of-the art open models built from the same research and technology used to create the Gemini models. Gemma models are available with and without instruction tuning and come in two sizes: 2 billion and 7 billion parameters. Gemma 1.1 is the latest weights refresh. See the model card below for benchmarks, data sources, and intended use cases.
@@ -193,4 +201,4 @@ gemma_lm = keras_hub.models.GemmaCausalLM.from_preset(
193
  preprocessor=None,
194
  )
195
  gemma_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
196
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: gemma
4
+ language:
5
+ - en
6
+ tags:
7
+ - text-generation-inference
8
+ - text-classification
9
+ - text-conversation
10
+ - text-to-text-generation
11
  ---
12
  ## Model Overview
13
  Gemma is Google's family of lightweight, state-of-the art open models built from the same research and technology used to create the Gemini models. Gemma models are available with and without instruction tuning and come in two sizes: 2 billion and 7 billion parameters. Gemma 1.1 is the latest weights refresh. See the model card below for benchmarks, data sources, and intended use cases.
 
201
  preprocessor=None,
202
  )
203
  gemma_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
204
+ ```