stevenkolawole commited on
Commit
91c2822
1 Parent(s): 62dfa1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -12,7 +12,7 @@ This model was contributed by [stevekola](https://huggingface.co/stevekola). The
12
 
13
  **Pretraining Dataset:** [C4](https://www.tensorflow.org/datasets/catalog/c4)
14
 
15
- ## Example
16
 
17
  ```
18
  from huggingface_hub import snapshot_download
@@ -43,4 +43,8 @@ for question in [
43
  "summarize: Nigeria is losing about 6 billion to 9 billion yearly to the non-passage of the bill, which would have given legal teeth to the water sub-sector for optimal performance like other sectors.",
44
  ]:
45
  print(answer(question))
46
- ```
 
 
 
 
12
 
13
  **Pretraining Dataset:** [C4](https://www.tensorflow.org/datasets/catalog/c4)
14
 
15
+ ## Usage Example
16
 
17
  ```
18
  from huggingface_hub import snapshot_download
43
  "summarize: Nigeria is losing about 6 billion to 9 billion yearly to the non-passage of the bill, which would have given legal teeth to the water sub-sector for optimal performance like other sectors.",
44
  ]:
45
  print(answer(question))
46
+ ```
47
+
48
+ ## Test it Out
49
+
50
+ You can test the [Gradio](https://huggingface.co/spaces/stevekola/T5-multitasks-gradio/) and [Streamlit](https://huggingface.co/spaces/stevekola/T5-multitasks-streamlit) implementations on Spaces!