Commit
·
76e8ee6
1
Parent(s):
32d8f06
Added YAML to README
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Model Summary
|
2 |
|
3 |
This is the Microsoft Phi-2 model, but with simplified and annotated code.
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
license: other
|
4 |
+
license_name: microsoft-research-license
|
5 |
+
license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- nlp
|
11 |
+
- code
|
12 |
+
---
|
13 |
+
|
14 |
## Model Summary
|
15 |
|
16 |
This is the Microsoft Phi-2 model, but with simplified and annotated code.
|