sylwia-kuros commited on
Commit
ab2b5a2
1 Parent(s): 36bdefb

Add disclaimer

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  ---
4
 
5
- # notus-7b-v1-fp16-ov
6
 
7
  * Model creator: [Argilla](https://huggingface.co/argilla)
8
  * Original model: [notus-7b-v1](https://huggingface.co/argilla/notus-7b-v1)
@@ -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/notus-7b-v1-fp16-ov"
45
  tokenizer = AutoTokenizer.from_pretrained(model_id)
46
  model = OVModelForCausalLM.from_pretrained(model_id)
47
 
@@ -56,4 +56,8 @@ For more examples and possible optimizations, refer to the [OpenVINO Large Langu
56
 
57
  ## Legal information
58
 
59
- The original model is distributed under mit license. More details can be found in [original model card](https://huggingface.co/argilla/notus-7b-v1).
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # notus-7b-v1-int8-ov
6
 
7
  * Model creator: [Argilla](https://huggingface.co/argilla)
8
  * Original model: [notus-7b-v1](https://huggingface.co/argilla/notus-7b-v1)
 
41
  from transformers import AutoTokenizer
42
  from optimum.intel.openvino import OVModelForCausalLM
43
 
44
+ model_id = "OpenVINO/notus-7b-v1-int8-ov"
45
  tokenizer = AutoTokenizer.from_pretrained(model_id)
46
  model = OVModelForCausalLM.from_pretrained(model_id)
47
 
 
56
 
57
  ## Legal information
58
 
59
+ The original model is distributed under [MIT](https://choosealicense.com/licenses/mit/) license. More details can be found in [original model card](https://huggingface.co/argilla/notus-7b-v1).
60
+
61
+ ## Disclaimer
62
+
63
+ 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.