Gustavo de Rosa
commited on
Commit
·
c61ee78
1
Parent(s):
0d1cd29
fix(README): Adds missing yaml tags.
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Phi-4 Model Card
|
2 |
|
3 |
## Model Summary
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- phi
|
9 |
+
- nlp
|
10 |
+
- math
|
11 |
+
- code
|
12 |
+
inference:
|
13 |
+
parameters:
|
14 |
+
temperature: 0
|
15 |
+
widget:
|
16 |
+
- messages:
|
17 |
+
- role: user
|
18 |
+
content: How should I explain the Internet?
|
19 |
+
---
|
20 |
+
|
21 |
# Phi-4 Model Card
|
22 |
|
23 |
## Model Summary
|