Divyasreepat commited on
Commit
2141a3c
1 Parent(s): 28745a1

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
  Mistral is a set of large language models published by the Mistral AI team. Both pretrained and instruction tuned models are available with 7 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Both weights and Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -46,7 +46,7 @@ prompt = """[INST] Hello! [/INST] Hello! How are you? [INST] I'm great. Could yo
46
 
47
  Base models (without instruct in the name) have no specific prompting structure, and should usually be fine-tuned for a specific task.
48
 
49
- ### Example Usage
50
  ```python
51
  import keras
52
  import keras_hub
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ## Model Overview
5
  Mistral is a set of large language models published by the Mistral AI team. Both pretrained and instruction tuned models are available with 7 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Both weights and Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
46
 
47
  Base models (without instruct in the name) have no specific prompting structure, and should usually be fine-tuned for a specific task.
48
 
49
+ ## Example Usage
50
  ```python
51
  import keras
52
  import keras_hub