Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
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 |
-
base_model: microsoft/phi-4
|
8 |
tags:
|
9 |
- phi
|
|
|
10 |
- nlp
|
11 |
- math
|
12 |
- code
|
@@ -16,7 +16,17 @@ tags:
|
|
16 |
- redhat
|
17 |
- llmcompressor
|
18 |
- quantized
|
19 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
|
|
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
|
|
|
16 |
- redhat
|
17 |
- llmcompressor
|
18 |
- quantized
|
19 |
+
- FP8
|
20 |
+
- compressed-tensors
|
21 |
+
license: mit
|
22 |
+
license_name: mit
|
23 |
+
name: RedHatAI/phi-4-FP8-dynamic
|
24 |
+
description: This model was obtained by quantizing activation and weights of phi-4 to FP8 data type.
|
25 |
+
readme: https://huggingface.co/RedHatAI/phi-4-FP8-dynamic/main/README.md
|
26 |
+
tasks:
|
27 |
+
- text-to-text
|
28 |
+
provider: Red Hat
|
29 |
+
license_link: https://choosealicense.com/licenses/mit/
|
30 |
---
|
31 |
|
32 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|