sylwia-kuros
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,16 +2,13 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
<!-- Model name used as model card title -->
|
6 |
# LCM_Dreamshaper_v7-fp16-ov
|
7 |
-
|
8 |
* Model creator: [SimianLuo](https://huggingface.co/SimianLuo)
|
9 |
* Original model: [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7)
|
10 |
|
11 |
-
<!-- Description of converted model -->
|
12 |
## Description
|
13 |
|
14 |
-
<!-- Comment and reference on NNCF applicable only for INT8 and INT4 models -->
|
15 |
This is [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2024/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to INT8 by [NNCF](https://github.com/openvinotoolkit/nncf).
|
16 |
|
17 |
## Quantization Parameters
|
@@ -33,8 +30,6 @@ The provided OpenVINO™ IR model is compatible with:
|
|
33 |
|
34 |
## Running Model Inference
|
35 |
|
36 |
-
<!-- Example model usage -->
|
37 |
-
|
38 |
1. Install packages required for using [Optimum Intel](https://huggingface.co/docs/optimum/intel/index) integration with the OpenVINO backend:
|
39 |
|
40 |
```
|
@@ -43,8 +38,6 @@ pip install optimum[openvino]
|
|
43 |
|
44 |
2. Run model inference:
|
45 |
|
46 |
-
<!-- Usage example can be adopted from original model usage example -->
|
47 |
-
|
48 |
```
|
49 |
from transformers import AutoTokenizer
|
50 |
from optimum.intel.openvino import OVModelForCausalLM
|
@@ -64,7 +57,6 @@ For more examples and possible optimizations, refer to the [OpenVINO Large Langu
|
|
64 |
|
65 |
## Legal information
|
66 |
|
67 |
-
<!-- Note about original model license -->
|
68 |
The original model is distributed under [mit](https://choosealicense.com/licenses/mit/) license. More details can be found in [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7).
|
69 |
|
70 |
## Disclaimer
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
5 |
# LCM_Dreamshaper_v7-fp16-ov
|
6 |
+
|
7 |
* Model creator: [SimianLuo](https://huggingface.co/SimianLuo)
|
8 |
* Original model: [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7)
|
9 |
|
|
|
10 |
## Description
|
11 |
|
|
|
12 |
This is [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) model converted to the [OpenVINO™ IR](https://docs.openvino.ai/2024/documentation/openvino-ir-format.html) (Intermediate Representation) format with weights compressed to INT8 by [NNCF](https://github.com/openvinotoolkit/nncf).
|
13 |
|
14 |
## Quantization Parameters
|
|
|
30 |
|
31 |
## Running Model Inference
|
32 |
|
|
|
|
|
33 |
1. Install packages required for using [Optimum Intel](https://huggingface.co/docs/optimum/intel/index) integration with the OpenVINO backend:
|
34 |
|
35 |
```
|
|
|
38 |
|
39 |
2. Run model inference:
|
40 |
|
|
|
|
|
41 |
```
|
42 |
from transformers import AutoTokenizer
|
43 |
from optimum.intel.openvino import OVModelForCausalLM
|
|
|
57 |
|
58 |
## Legal information
|
59 |
|
|
|
60 |
The original model is distributed under [mit](https://choosealicense.com/licenses/mit/) license. More details can be found in [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7).
|
61 |
|
62 |
## Disclaimer
|