File size: 581 Bytes
386331f 8a422e6 386331f 8a422e6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: mit
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
language:
- en
pipeline_tag: text-generation
tags:
- phi
- nlp
- math
- code
- chat
- conversational
inference:
parameters:
temperature: 0
widget:
- messages:
- role: user
content: How should I explain the Internet?
library_name: transformers
---
This phi-4 model is a quantized version with Intel [auto-round](https://github.com/intel/auto-round).
- [Phi-4 Technical Report](https://arxiv.org/pdf/2412.08905)
- [Phi-4 HuggingFace Repo](https://huggingface.co/microsoft/phi-4) |