AlexKoff88
commited on
Commit
•
2e8075a
1
Parent(s):
21127b1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
base_model: microsoft/Phi-3.5-mini-instruct
|
3 |
-
base_model_relation: quantized
|
4 |
language:
|
5 |
- multilingual
|
6 |
library_name: transformers
|
@@ -17,7 +16,9 @@ widget:
|
|
17 |
- messages:
|
18 |
- role: user
|
19 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
|
|
20 |
---
|
|
|
21 |
This model is a quantized version of [`microsoft/Phi-3.5-mini-instruct`](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) and is converted to the OpenVINO format. This model was obtained via the [nncf-quantization](https://huggingface.co/spaces/echarlaix/nncf-quantization) space with [optimum-intel](https://github.com/huggingface/optimum-intel).
|
22 |
First make sure you have `optimum-intel` installed:
|
23 |
```bash
|
|
|
1 |
---
|
2 |
base_model: microsoft/Phi-3.5-mini-instruct
|
|
|
3 |
language:
|
4 |
- multilingual
|
5 |
library_name: transformers
|
|
|
16 |
- messages:
|
17 |
- role: user
|
18 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
19 |
+
base_model_relation: quantized
|
20 |
---
|
21 |
+
|
22 |
This model is a quantized version of [`microsoft/Phi-3.5-mini-instruct`](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) and is converted to the OpenVINO format. This model was obtained via the [nncf-quantization](https://huggingface.co/spaces/echarlaix/nncf-quantization) space with [optimum-intel](https://github.com/huggingface/optimum-intel).
|
23 |
First make sure you have `optimum-intel` installed:
|
24 |
```bash
|