Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: transformers
|
|
| 3 |
tags:
|
| 4 |
- torchao
|
| 5 |
license: mit
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
[Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) float8 dynamic activation and float8 weight quantization (per row granularity), by PyTorch team.
|
|
|
|
| 3 |
tags:
|
| 4 |
- torchao
|
| 5 |
license: mit
|
| 6 |
+
base_model:
|
| 7 |
+
- microsoft/Phi-4-mini-instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
[Phi4-mini](https://huggingface.co/microsoft/Phi-4-mini-instruct) model quantized with [torchao](https://huggingface.co/docs/transformers/main/en/quantization/torchao) float8 dynamic activation and float8 weight quantization (per row granularity), by PyTorch team.
|