Upload tokenizer
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
|
4 |
-
language:
|
5 |
-
- en
|
6 |
widget:
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
tags:
|
14 |
-
- convAI
|
15 |
-
- conversational
|
16 |
-
- ASR
|
17 |
pipeline_tag: text-generation
|
18 |
---
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
tags:
|
6 |
+
- convAI
|
7 |
+
- conversational
|
8 |
+
- ASR
|
9 |
license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
|
|
|
|
|
10 |
widget:
|
11 |
+
- text: Hello who are you?
|
12 |
+
example_title: Identity
|
13 |
+
- text: What can you do?
|
14 |
+
example_title: Capabilities
|
15 |
+
- text: Create a fastapi endpoint to retrieve the weather given a zip code.
|
16 |
+
example_title: Coding
|
|
|
|
|
|
|
|
|
17 |
pipeline_tag: text-generation
|
18 |
---
|