sylwia-kuros
commited on
Commit
•
5067829
1
Parent(s):
4e43bda
Add disclaimer
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
# neural-chat-7b-v3-3-
|
6 |
|
7 |
* Model creator: [Intel](https://huggingface.co/Intel)
|
8 |
* Original model: [neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3)
|
@@ -41,7 +41,7 @@ The provided OpenVINO™ IR model is compatible with:
|
|
41 |
from transformers import AutoTokenizer
|
42 |
from optimum.intel.openvino import OVModelForCausalLM
|
43 |
|
44 |
-
model_id = "OpenVINO/neural-chat-7b-v3-3-
|
45 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
46 |
model = OVModelForCausalLM.from_pretrained(model_id)
|
47 |
|
@@ -60,4 +60,8 @@ Check the original model card for [limitations](https://huggingface.co/Intel/neu
|
|
60 |
|
61 |
## Legal information
|
62 |
|
63 |
-
The original model is distributed under
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# neural-chat-7b-v3-3-int8-ov
|
6 |
|
7 |
* Model creator: [Intel](https://huggingface.co/Intel)
|
8 |
* Original model: [neural-chat-7b-v3-3](https://huggingface.co/Intel/neural-chat-7b-v3-3)
|
|
|
41 |
from transformers import AutoTokenizer
|
42 |
from optimum.intel.openvino import OVModelForCausalLM
|
43 |
|
44 |
+
model_id = "OpenVINO/neural-chat-7b-v3-3-int8-ov"
|
45 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
46 |
model = OVModelForCausalLM.from_pretrained(model_id)
|
47 |
|
|
|
60 |
|
61 |
## Legal information
|
62 |
|
63 |
+
The original model is distributed under [Apache 2.0](https://choosealicense.com/licenses/apache-2.0/) license. More details can be found in [original model card](https://huggingface.co/Intel/neural-chat-7b-v3-3).
|
64 |
+
|
65 |
+
## Disclaimer
|
66 |
+
|
67 |
+
Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See [Intel’s Global Human Rights Principles](https://www.intel.com/content/dam/www/central-libraries/us/en/documents/policy-human-rights.pdf). Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.
|