Divyasreepat commited on
Commit
cd15a83
1 Parent(s): 519bbf0

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
  Llama 2 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Weights are released under the [Llama 2 Community License](https://ai.meta.com/llama/license/). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -45,7 +45,7 @@ Llama-2 "instruct" models are instruction tuned on turn by turn conversations an
45
  prompt = """<s>[INST] <
46
  ```
47
 
48
- ### Example Usage
49
  ```python
50
  import keras
51
  import keras_hub
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ## Model Overview
5
  Llama 2 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Weights are released under the [Llama 2 Community License](https://ai.meta.com/llama/license/). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
45
  prompt = """<s>[INST] <
46
  ```
47
 
48
+ ## Example Usage
49
  ```python
50
  import keras
51
  import keras_hub