abacaj commited on
Commit
ec09f90
1 Parent(s): a66a3b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -2,6 +2,13 @@
2
  license: mit
3
  license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
4
  pipeline_tag: text-generation
 
 
 
 
 
 
 
5
  tags:
6
  - nlp
7
  - code
 
2
  license: mit
3
  license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
4
  pipeline_tag: text-generation
5
+ widget:
6
+ - text: "Hello who are you?"
7
+ example_title: "Identity"
8
+ - text: "What can you do?"
9
+ example_title: "Capabilities"
10
+ - text: "Create a fastapi endpoint to retrieve the weather given a zip code."
11
+ example_title: "Coding"
12
  tags:
13
  - nlp
14
  - code