Divyasreepat commited on
Commit
e3d5f4b
1 Parent(s): 4f0fbd7

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
  GPT-2 is a language model published by OpenAI. Models are fine tuned on WebText, and range in size from 125 million to 1.5 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -47,7 +47,7 @@ prompt = "Keras is a "
47
 
48
  would have GPT-2 aim to complete the sentence.
49
 
50
- ### Example Usage
51
  ```python
52
  import keras
53
  import keras_hub
 
1
  ---
2
  library_name: keras-hub
3
  ---
4
+ ## Model Overview
5
  GPT-2 is a language model published by OpenAI. Models are fine tuned on WebText, and range in size from 125 million to 1.5 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
6
 
7
  Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
47
 
48
  would have GPT-2 aim to complete the sentence.
49
 
50
+ ## Example Usage
51
  ```python
52
  import keras
53
  import keras_hub