Update README.md
Browse files
README.md
CHANGED
@@ -1,24 +1,30 @@
|
|
1 |
---
|
2 |
-
license: mit
|
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 |
- chat
|
13 |
- conversational
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
24 |
Phi-4
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
base_model:
|
5 |
+
- microsoft/phi-4
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
8 |
- phi
|
9 |
+
- phi3
|
10 |
- nlp
|
11 |
- math
|
12 |
- code
|
13 |
- chat
|
14 |
- conversational
|
15 |
+
- neuralmagic
|
16 |
+
- redhat
|
17 |
+
- llmcompressor
|
18 |
+
- compressed-tensors
|
19 |
+
license: mit
|
20 |
+
license_name: mit
|
21 |
+
name: RedHatAI/phi-4
|
22 |
+
description: A state-of-the-art open model built upon a blend of synthetic datasets, data from filtered public domain websites, and acquired academic books and Q&A datasets.
|
23 |
+
readme: https://huggingface.co/RedHatAI/phi-4/main/README.md
|
24 |
+
tasks:
|
25 |
+
- text-to-text
|
26 |
+
provider: Red Hat
|
27 |
+
license_link: https://choosealicense.com/licenses/mit/
|
28 |
---
|
29 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
30 |
Phi-4
|