Divyasreepat commited on
Commit
e11bc25
·
verified ·
1 Parent(s): 91793b1

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
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.
6
 
7
  Weights are released under the [Gemma License](https://www.kaggle.com/models/google/gemma/license/consent). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -54,7 +54,7 @@ prompt = start_of_turn_user + "You are a friendly assistant. Say hi." + \
54
  end_of_turn + start_of_turn_model
55
  ```
56
 
57
- ### Example Usage
58
  ```python
59
  !pip install -U keras-hub
60
  !pip install -U keras
 
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.
6
 
7
  Weights are released under the [Gemma License](https://www.kaggle.com/models/google/gemma/license/consent). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
54
  end_of_turn + start_of_turn_model
55
  ```
56
 
57
+ ## Example Usage
58
  ```python
59
  !pip install -U keras-hub
60
  !pip install -U keras