Update README.md
Browse files
README.md
CHANGED
@@ -82,6 +82,10 @@ If you have [FlashAttention](https://github.com/Dao-AILab/flash-attention) insta
|
|
82 |
model = AutoModelForCausalLM.from_pretrained('dicta-il/dictalm-7b-instruct', trust_remote_code=True, use_flash_attention=True)
|
83 |
```
|
84 |
|
|
|
|
|
|
|
|
|
85 |
|
86 |
## Citation
|
87 |
|
@@ -111,4 +115,5 @@ This work is licensed under a
|
|
111 |
|
112 |
[cc-by]: http://creativecommons.org/licenses/by/4.0/
|
113 |
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
|
114 |
-
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
|
|
|
|
82 |
model = AutoModelForCausalLM.from_pretrained('dicta-il/dictalm-7b-instruct', trust_remote_code=True, use_flash_attention=True)
|
83 |
```
|
84 |
|
85 |
+
## Colab notebook demo
|
86 |
+
You can try the model on a free tier google colab notebook [Here](https://colab.research.google.com/drive/1hn23eA4m7ISW2e40DsAB6sbLRok4RKqS?usp=sharing). you will need first to log in https://ngrok.com/ and get an authtoken, then paste it in the notebook.
|
87 |
+
|
88 |
+
![SCREEN-SHOT][screen-shot]
|
89 |
|
90 |
## Citation
|
91 |
|
|
|
115 |
|
116 |
[cc-by]: http://creativecommons.org/licenses/by/4.0/
|
117 |
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
|
118 |
+
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
|
119 |
+
[screen-shot]: https://mitmachim.top/assets/uploads/files/1696309842384-36f732e3-d168-4f4c-8eaf-e78ec23e6bf6-image.png
|