ncoop57 commited on
Commit
723aee0
1 Parent(s): ccc1101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -65,6 +65,8 @@ tokens = model.generate(
65
  print(tokenizer.decode(tokens[0], skip_special_tokens=False))
66
  ```
67
 
 
 
68
  ## Model Details
69
 
70
  * **Developed by**: [Stability AI](https://stability.ai/)
 
65
  print(tokenizer.decode(tokens[0], skip_special_tokens=False))
66
  ```
67
 
68
+ You can also see how to run a performance optimized version of this model [here](https://github.com/eaidova/openvino_notebooks/blob/ea/stateful_chatbot/notebooks/273-stable-zephyr-3b-chatbot/273-stable-zephyr-3b-chatbot.ipynb) using [OpenVINO](https://docs.openvino.ai/2023.2/home.html) from Intel.
69
+
70
  ## Model Details
71
 
72
  * **Developed by**: [Stability AI](https://stability.ai/)