Text Generation
Transformers
Safetensors
English
stablelm
causal-lm
conversational
Eval Results
Inference Endpoints
katuni4ka commited on
Commit
33543c3
1 Parent(s): 9974c58

Fix link on openvino notebook

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ tokens = model.generate(
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
 
 
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/openvinotoolkit/openvino_notebooks/blob/main/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